From b7e71a84be8610813e14f316c1b745b478587937 Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sat, 29 Jul 2023 14:14:25 +0200 Subject: [PATCH] temporary: no mocha bin link --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index f00d70e4b..229186876 100644 --- a/src/package.json +++ b/src/package.json @@ -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" },