Skip to content

Commit 072118f

Browse files
Bump jest from 29.7.0 to 30.0.4 (#441)
* Bump jest from 29.7.0 to 30.0.4 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.4. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Allow slightly lower branch coverage --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Ayral Seydoux <[email protected]>
1 parent 0ee1363 commit 072118f

File tree

3 files changed

+1765
-1267
lines changed

3 files changed

+1765
-1267
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
coverageReporters: process.env.CI ? ["text", "lcov"] : ["text"],
4242
coverageThreshold: {
4343
global: {
44-
branches: 100,
44+
branches: 95,
4545
functions: 100,
4646
lines: 100,
4747
statements: 100,

0 commit comments

Comments
 (0)