diff --git a/src/package.json b/src/package.json index 3109d0b24..f29a23c0b 100644 --- a/src/package.json +++ b/src/package.json @@ -101,8 +101,8 @@ "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": "..\\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", + "test-on-windows": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs", + "test-container": "npx mocha --timeout 5000 tests/container/specs/api", "dev": "bash ./bin/run.sh" }, "version": "1.9.5",