|
|
|
@ -39,8 +39,7 @@
|
|
|
|
|
"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",
|
|
|
|
|
"test-session": "mocha --recursive --exit ts/test/session",
|
|
|
|
|
"test-node": "mocha --recursive --exit test/app test/modules ts/test libloki/test/node --timeout 10000",
|
|
|
|
|
"eslint": "eslint --cache .",
|
|
|
|
|
"eslint-fix": "eslint --fix .",
|
|
|
|
|
"eslint-full": "eslint .",
|
|
|
|
|