mirror of
https://github.com/frappe/books.git
synced 2025-01-12 19:06:38 +00:00
chore: Add --exit to mocha test
This commit is contained in:
parent
49f8f96766
commit
b48f0b2df9
@ -7,7 +7,7 @@
|
||||
"frappe": "cli.js"
|
||||
},
|
||||
"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",
|
||||
"start": "nodemon app.js"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user