Skip to content

Commit

Permalink
Update the jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Jul 13, 2023
1 parent 91f6db4 commit 111c7f2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ module.exports = {
"!**/src/declarations.d.tsx",
"!**/e2e/**",
],
coverageThreshold: {
global: {
statements: 80,
branches: 80,
functions: 80,
lines: 80,
},
},
setupFilesAfterEnv: ["<rootDir>/src/setup-tests.ts"],
testPathIgnorePatterns: [
"<rootDir>/packages/esm-form-entry-app",
Expand Down

0 comments on commit 111c7f2

Please sign in to comment.