Skip to content

Commit

Permalink
need to run jest with the experimental node option for it to work
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Sep 27, 2024
1 parent fa43785 commit c7bd8ce
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 @@ -8,7 +8,7 @@
],
"scripts": {
"build": "tsc",
"test": "jest",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"testconf": "jest --showConfig",
"doc": "typedoc src/AstroLib.ts",
"eslint": "eslint .",
Expand Down

0 comments on commit c7bd8ce

Please sign in to comment.