No need to exit tests right away

master
Keith Irwin 2018-03-09 02:41:02 +00:00
parent 38b3be6eb1
commit 044b7c2d4f
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
"uglify-es": "^3.3.9"
},
"scripts": {
"test": "node_modules/mocha/bin/_mocha --exit",
"test": "node_modules/mocha/bin/_mocha",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --exit test/*",
"audit": "node_modules/nsp/bin/nsp audit-package ; node_modules/nsp/bin/nsp audit-shrinkwrap",
"lint": "standard",