Skip to content

Commit

Permalink
Ignore config dir for coverage calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Jul 16, 2024
1 parent 72b7f4b commit 7830fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('jest').Config} */

export default {
modulePathIgnorePatterns: ["./config/"],
modulePathIgnorePatterns: ["config"],
coverageThreshold: {
global: {
branches: 75,
Expand Down

0 comments on commit 7830fbd

Please sign in to comment.