Skip to content

Commit

Permalink
fix(tests): fix tests mapping to exclude dist
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed May 7, 2021
1 parent aa5e5af commit ad9a31f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@
"setupFilesAfterEnv": [
"<rootDir>/jestSetup.ts"
],
"modulePathIgnorePatterns": [
"<rootDir>/dist/"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/dist/"
"<rootDir>/dist"
],
"globals": {
"ts-jest": {
Expand Down

0 comments on commit ad9a31f

Please sign in to comment.