mirror of
https://github.com/frappe/books.git
synced 2025-01-13 03:11:30 +00:00
chore: Add --exit to mocha test
This commit is contained in:
parent
49f8f96766
commit
b48f0b2df9
@ -7,7 +7,7 @@
|
|||||||
"frappe": "cli.js"
|
"frappe": "cli.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "NODE_ENV=test mocha --timeout 3000 tests",
|
"test": "NODE_ENV=test mocha --timeout 3000 tests --exit",
|
||||||
"test-watch": "NODE_ENV=test mocha --timeout 3000 tests --watch --reporter=min",
|
"test-watch": "NODE_ENV=test mocha --timeout 3000 tests --watch --reporter=min",
|
||||||
"start": "nodemon app.js"
|
"start": "nodemon app.js"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user