Skip to content

Commit

Permalink
Fixed issue with imports in unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlynn committed Dec 16, 2024
1 parent 2289b14 commit 2f09e5d
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 @@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"build": "ncc build src/index.ts -o dist --source-map --minify --license licenses.txt",
"test": "jest"
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2f09e5d

Please sign in to comment.