Skip to content

Commit

Permalink
chore: exclude mocks from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Oct 12, 2023
1 parent dc656fb commit 3f8f4fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"testPathIgnorePatterns": [
"<rootDir>/mocks/contexts/"
],
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$",
"moduleFileExtensions": [
"ts",
Expand Down

0 comments on commit 3f8f4fd

Please sign in to comment.