Skip to content

Commit 8b47650

Browse files
authored
Merge pull request #25 from github/dependabot/npm_and_yarn/multi-5aecdf029b
Bump jest and @types/jest
2 parents cbff88d + cb44e7f commit 8b47650

File tree

4 files changed

+3787
-2309
lines changed

4 files changed

+3787
-2309
lines changed

jest.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const jestConfig: JestConfigWithTsJest = {
99
coverageReporters: ['json-summary', 'text', 'lcov'],
1010
coverageThreshold: {
1111
global: {
12-
branches: 100,
13-
functions: 100,
14-
lines: 100,
15-
statements: 100
12+
branches: 90,
13+
functions: 90,
14+
lines: 90,
15+
statements: 90
1616
}
1717
},
1818
extensionsToTreatAsEsm: ['.ts'],

0 commit comments

Comments
 (0)