|
|
|
@ -40,6 +40,7 @@
|
|
|
|
|
"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",
|
|
|
|
|
"eslint": "eslint --cache .",
|
|
|
|
|
"eslint-fix": "eslint --fix .",
|
|
|
|
|
"eslint-full": "eslint .",
|
|
|
|
@ -175,7 +176,7 @@
|
|
|
|
|
"node-gyp": "3.8.0",
|
|
|
|
|
"node-sass-import-once": "1.2.0",
|
|
|
|
|
"nyc": "11.4.1",
|
|
|
|
|
"prettier": "1.12.0",
|
|
|
|
|
"prettier": "1.19.0",
|
|
|
|
|
"qs": "6.5.1",
|
|
|
|
|
"react-docgen-typescript": "1.2.6",
|
|
|
|
|
"react-styleguidist": "7.0.1",
|
|
|
|
|