Skip to content

Commit

Permalink
chore: add required node options for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
thynson committed Sep 22, 2021
1 parent baa7a70 commit a48abca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"typescript": "^4.4.3"
},
"scripts": {
"test": "jest",
"test": "node --experimental-vm-modules --experimental-specifier-resolution=node ./node_modules/jest/bin/jest.js",
"lint": "eslint --",
"postinstall": "husky install",
"lint-all": "eslint '**/*.ts'",
Expand Down

0 comments on commit a48abca

Please sign in to comment.