1
0
Fork 0

Stop mocha tests after a failure

This commit is contained in:
Chocobozzz 2017-06-24 10:37:43 +02:00
parent 0c2388548a
commit 743cb5e5c4
1 changed files with 1 additions and 1 deletions

View File

@ -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