Skip to content

Commit

Permalink
Add node options variable setting before calling jest
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jun 2, 2023
1 parent 706e3ac commit 6485079
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 @@ -15,7 +15,7 @@
"build": "tsc",
"remove-dist": "fse remove dist",
"clean-build": "npm run remove-dist && npm run build",
"test": "npm run build && jest --config jest.config.js *.js"
"test": "npm run build && NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.js *.js"
},
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 6485079

Please sign in to comment.