fixed test issues and watch mode for unit tests

This commit is contained in:
lotte
2020-04-30 12:13:41 +02:00
parent ef91468310
commit 4c48088920
10 changed files with 352 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
{
"watch": ["src/environments"],
"ext": "ts",
"ignore": ["src/environments/environment.ts"],
"ignore": ["src/environments/environment.ts", "src/environments/mock-environment.ts"],
"exec": "ts-node --project ./tsconfig.ts-node.json scripts/set-env.ts --dev"
}