2
0
mirror of https://github.com/frappe/books.git synced 2025-01-12 11:04:12 +00:00

chore: Add --exit to mocha test

This commit is contained in:
Faris Ansari 2019-12-10 01:46:02 +05:30
parent 49f8f96766
commit b48f0b2df9

View File

@ -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"
},