Skip to content

Commit

Permalink
updated jest config again
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Aug 23, 2022
1 parent f8a6af8 commit 3591713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/execution-environments/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ module.exports = {
coverageReporters: ['clover', 'json', 'lcov', 'text', 'json-summary'],
coverageThreshold: {
global: {
branches: 84.33,
branches: 85.09,
functions: 92.91,
lines: 86.67,
statements: 86.88,
lines: 86.82,
statements: 87.03,
},
},
moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node'],
Expand Down

0 comments on commit 3591713

Please sign in to comment.