Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AKritskiy authored and AKritskiy committed Jul 19, 2023
1 parent b7b4d25 commit deaa0a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/main-library/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ module.exports = {
// collectCoverageFrom: ["src/**/*.{ts,tsx}"],
coverageThreshold: {
global: {
lines: 60,
branches: 60,
functions: 60,
statements: 60,
lines: 50,
branches: 50,
functions: 50,
statements: 50,
},
},
setupFilesAfterEnv: ["@testing-library/jest-dom"],
Expand Down

0 comments on commit deaa0a2

Please sign in to comment.