Merge pull request #177 from Nosfistis/patch-1

fix: stricten unit test file pattern
This commit is contained in:
Kamil Mysliwiec
2020-11-03 12:29:33 +01:00
committed by GitHub
+1 -1
View File
@@ -56,7 +56,7 @@
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},