reorganize files

This commit is contained in:
Géry Debongnie
2019-01-22 19:25:12 +01:00
parent 5652ef65ad
commit 3766fbc7b8
101 changed files with 31 additions and 43 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
roots: ["<rootDir>/src", "<rootDir>/tests"],
roots: ["<rootDir>/web/static", "<rootDir>/tests"],
transform: {
"^.+\\.ts?$": "ts-jest"
},