Skip to content

Commit

Permalink
use --exit flag on mocha config
Browse files Browse the repository at this point in the history
  • Loading branch information
krystalcampioni committed Nov 24, 2018
1 parent 3381d52 commit 4b6683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev": "webpack-dev-server --inline --hot --open --config build/webpack.dev.conf.js",
"build": "rimraf dist && webpack --progress --hide-modules --config build/webpack.prod.conf.js",
"lint": "eslint */*.vue */*.js --quiet",
"test": "ENV=test mocha-webpack --webpack-config build/webpack.prod.conf.js tests/unit --recursive --require tests/setup.js --reporter nyan"
"test": "ENV=test mocha-webpack --webpack-config build/webpack.prod.conf.js tests/unit --recursive --require tests/setup.js --reporter nyan --exit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4b6683f

Please sign in to comment.