From e2612147b6d286a9cd20b2ab11e431582c6db000 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 28 Jul 2020 10:57:35 +1000 Subject: [PATCH] make test-integration call tests from ts/session/integration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40e0fd910..b3202f766 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "test-lib-view": "NODE_ENV=test-lib yarn run start", "test-loki-view": "NODE_ENV=test-loki yarn run start", "test-electron": "yarn grunt test", - "test-integration": "ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 10000 integration_test/integration_test.js", + "test-integration": "ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 10000 ts/test/session/integration/integration_test.js", "test-node": "mocha --recursive --exit test/app test/modules ts/test libloki/test/node --timeout 10000", "test-session": "mocha --recursive --exit ts/test/session --timeout 10000", "test-medium-groups": "ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 10000 integration_test/integration_test.js --grep 'senderkeys'",