Skip to content

Commit

Permalink
Merge pull request #43 from thedadams/fix-tests
Browse files Browse the repository at this point in the history
fix: use node to run tests instead of jest directly
  • Loading branch information
thedadams authored May 30, 2024
2 parents b6557af + 020f014 commit 435a83f
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 @@ -16,7 +16,7 @@
"scripts": {
"pretest": "npm run install-binary",
"install-binary": "node scripts/install-binary.js",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"postinstall": "node scripts/install-binary.js",
"clean": "rm -rf dist",
"build": "tsc"
Expand Down

0 comments on commit 435a83f

Please sign in to comment.