Skip to content

Commit

Permalink
fix: set test match on jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 21, 2022
1 parent 9081461 commit 0e840c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@
"ts"
],
"rootDir": ".",
"testRegex": "Test.ts$",
"testMatch": [
"**/tests/**/*Test.ts"
],
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
Expand Down

0 comments on commit 0e840c4

Please sign in to comment.