Skip to content

Commit

Permalink
chore: exclude folders from coverage (safe-global#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu authored Feb 28, 2024
1 parent 06b7fb0 commit 72e6793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const customJestConfig = {
globals: {
fetch: global.fetch,
},
coveragePathIgnorePatterns: ['/node_modules/', '/src/tests/', '/src/types/contracts/'],
}

// createJestConfig is exported this way to ensure that next/jest can load the Next.js config which is async
Expand Down

0 comments on commit 72e6793

Please sign in to comment.