Stop mocha tests after a failure
This commit is contained in:
parent
0c2388548a
commit
743cb5e5c4
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ npm test || exit -1
|
|||
|
||||
cd .. || exit -1
|
||||
npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts server/**/*.ts || exit -1
|
||||
mocha server/tests
|
||||
mocha --bail server/tests
|
||||
|
|
Loading…
Add table
Reference in a new issue