Skip to content

Commit

Permalink
Do not execute run.js in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Feb 23, 2023
1 parent 98f8eb3 commit 7d88de3
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 @@ -11,7 +11,7 @@
"LICENSE"
],
"scripts": {
"test": "./node_modules/.bin/mocha test/*",
"test": "./node_modules/.bin/mocha test/*.spec.js",
"coverage:report": "nyc ./node_modules/.bin/mocha test/* || exit 0",
"coverage:badge": "npm run coverage:report && istanbul-badges-readme --coverageDir='./coverage'",
"test-app": "node ./test/testapp/run.js "
Expand Down

0 comments on commit 7d88de3

Please sign in to comment.