Skip to content

Commit

Permalink
fix tests not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Nov 20, 2024
1 parent f4bc62b commit afcace9
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 @@ -49,7 +49,7 @@
},
"scripts": {
"cov": "npx --yes c8 --reporter html node --run test && open ./coverage/index.html",
"test": "node --run build && node test && node test/benchmark",
"test": "export NODE_OPTIONS='--experimental-require-module --disable-warning=ExperimentalWarning' && node --run build && node ./test/index.js && node test/benchmark/index.js",
"browsertest": "mkdir out || true && browserify ./test/index.js -p esmify > out/test_bundle.js && cp ./test/index.html ./out/ && open ./out/index.html",
"lint": "eslint ./stampit.js ./test/",
"build": "rm -rf ./out stampit.min.js && node --run minify && node --run replace-version",
Expand Down

0 comments on commit afcace9

Please sign in to comment.