Skip to content

Commit

Permalink
put the coverage back to 49
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Oct 21, 2024
1 parent e5a3195 commit 61c324c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/twenty-front/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const jestConfig: JestConfigWithTsJest = {
global: {
statements: 60,
lines: 55,
functions: 50,
functions: 49,
},
},
collectCoverageFrom: ['<rootDir>/src/**/*.ts'],
Expand Down

0 comments on commit 61c324c

Please sign in to comment.