From f5c0386db2bf4f627270acdccd064a8dbdbe777f Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 1 Jun 2020 09:34:03 +1000 Subject: [PATCH] add test-session to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58d226de2..f6031755b 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "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-parts": "ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 10000 integration_test/integration_test.js --grep 'registration' && ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 10000 integration_test/integration_test.js --grep 'openGroup' && ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 10000 integration_test/integration_test.js --grep 'addFriends' && ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 10000 integration_test/integration_test.js --grep 'linkDevice' && ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 10000 integration_test/integration_test.js --grep 'closedGroup'", "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", "eslint": "eslint --cache .", "eslint-fix": "eslint --fix .", "eslint-full": "eslint .",