From 25b4ece39ca36f75f31b5bd41c147b52bf9e358d Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 16 Dec 2023 22:26:17 +0100 Subject: [PATCH] Use development. --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index f29a23c0b..6719373f2 100644 --- a/src/package.json +++ b/src/package.json @@ -102,7 +102,7 @@ "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": "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", + "test-container": "export NODE_ENV=development && npx mocha --timeout 5000 tests/container/specs/api", "dev": "bash ./bin/run.sh" }, "version": "1.9.5",