Fix new Angular 7 issues

This commit is contained in:
Chocobozzz
2018-11-15 09:24:56 +01:00
parent 79c2480f46
commit 2fbe7f1933
16 changed files with 499 additions and 437 deletions

View File

@@ -30,7 +30,7 @@ elif [ "$1" = "api-2" ]; then
elif [ "$1" = "api-3" ]; then
npm run build:server
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index-3.ts
elif [ "$1" = "api-3" ]; then
elif [ "$1" = "api-4" ]; then
npm run build:server
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index-4.ts
elif [ "$1" = "lint" ]; then