move test helpers from demo app to tests/

This commit is contained in:
Géry Debongnie
2019-03-14 11:50:39 +01:00
parent e95af73065
commit 8d95f46fce
5 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -17,5 +17,5 @@
"strictPropertyInitialization": true,
"strictNullChecks": true
},
"include": ["web/static/**/*.ts"]
"include": ["demo/static/**/*.ts", "src/*.ts"]
}