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
commit 9b3cf4400e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},