Skip to content

Commit

Permalink
temporary: no mocha bin link
Browse files Browse the repository at this point in the history
  • Loading branch information
webzwo0i committed Jul 29, 2023
1 parent 829e3f4 commit 05ffa62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"scripts": {
"lint": "../node_modules/eslint/bin/eslint.js .",
"test": "../node_modules/mocha/bin/_mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-on-windows": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-on-windows": "..\node_modules\bin\_mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-container": "../node_modules/mocha/bin/_mocha --timeout 5000 tests/container/specs/api",
"dev": "bash ./bin/run.sh"
},
Expand Down

0 comments on commit 05ffa62

Please sign in to comment.