Skip to content

Commit

Permalink
Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jun 5, 2024
1 parent 960d30c commit 52ac01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production yarn build",
"test-v4": "yarn build && jest --forceExit",
"test": "yarn build && jest --forceExit --testNamePattern='^(?!tracedSVG)'"
"test": "yarn build && node --experimental-vm-modules node_modules/jest/bin/jest.js --forceExit --testNamePattern='^(?!tracedSVG)'"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
Expand Down

0 comments on commit 52ac01b

Please sign in to comment.