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"
|
||||
],
|
||||
"rootDir": "src",
|
||||
"testRegex": ".spec.ts$",
|
||||
"testRegex": ".*\\.spec\\.ts$",
|
||||
"transform": {
|
||||
"^.+\\.(t|j)s$": "ts-jest"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user