mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-03 10:54:16 +00:00
Tell Mocha to exit
This commit is contained in:
parent
8be8ca508f
commit
1743083689
@ -4,7 +4,7 @@
|
|||||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "./node_modules/.bin/eslint lib/",
|
"lint": "./node_modules/.bin/eslint lib/",
|
||||||
"test": "mocha test/ --no-timeouts",
|
"test": "mocha test/ --no-timeouts --exit",
|
||||||
"testdapp_1": "cd test_apps/test_app/ && npm install && node ../../bin/embark test",
|
"testdapp_1": "cd test_apps/test_app/ && npm install && node ../../bin/embark test",
|
||||||
"testdapp_2": "cd test_apps/contracts_app/ && npm install && node ../../bin/embark test",
|
"testdapp_2": "cd test_apps/contracts_app/ && npm install && node ../../bin/embark test",
|
||||||
"fulltest": "npm run lint && npm run test && npm run testdapp_1 && npm run testdapp_2"
|
"fulltest": "npm run lint && npm run test && npm run testdapp_1 && npm run testdapp_2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user