Merge pull request #177 from Nosfistis/patch-1
fix: stricten unit test file pattern
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@
|
|||||||
"ts"
|
"ts"
|
||||||
],
|
],
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"testRegex": ".spec.ts$",
|
"testRegex": ".*\\.spec\\.ts$",
|
||||||
"transform": {
|
"transform": {
|
||||||
"^.+\\.(t|j)s$": "ts-jest"
|
"^.+\\.(t|j)s$": "ts-jest"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user