Skip to content

Commit

Permalink
Merge pull request #462 from Nosfistis/patch-1
Browse files Browse the repository at this point in the history
fix: stricten unit test file pattern
  • Loading branch information
kamilmysliwiec authored Nov 3, 2020
2 parents 996b20d + 7a8e90e commit a811b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/application/files/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
Expand Down

0 comments on commit a811b10

Please sign in to comment.