diff options
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-x | scripts/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index b193a10bc..dc1baf97d 100755 --- a/scripts/test.sh +++ b/scripts/test.sh | |||
@@ -7,4 +7,4 @@ npm test || exit -1 | |||
7 | 7 | ||
8 | cd .. || exit -1 | 8 | cd .. || exit -1 |
9 | npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1 | 9 | npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1 |
10 | mocha --require ts-node/register --bail server/tests/index.ts | 10 | mocha --exit --require ts-node/register --bail server/tests/index.ts |