add src/ folder to jest config

This commit is contained in:
Géry Debongnie
2019-03-21 10:37:24 +01:00
parent 71c1469124
commit b446d5d338
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
roots: ["<rootDir>/examples/web/static", "<rootDir>/tests"],
roots: ["<rootDir>/src", "<rootDir>/examples/web/static", "<rootDir>/tests"],
transform: {
"^.+\\.ts?$": "ts-jest"
},