Skip to content

Commit

Permalink
Add --exit flag for mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Dec 14, 2018
1 parent 1a00d3a commit ff883b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prepare": "npm run build",
"prepublishOnly": "npm test",
"build": "tsc",
"test": "NODE_ENV=test mocha --reporter spec --require ts-node/register test/**/*.ts"
"test": "NODE_ENV=test mocha --reporter spec --require ts-node/register test/**/*.ts --exit"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,4 +38,4 @@
"engines": {
"node": ">=8.0.0"
}
}
}

0 comments on commit ff883b7

Please sign in to comment.