Skip to content

Commit 6194451

Browse files
dependabot[bot]tusbar
authored andcommitted
chore(deps-dev): bump jest from 30.0.5 to 30.1.1 in the jest group
Bumps the jest group with 1 update: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). Updates `jest` from 30.0.5 to 30.1.1 - [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.1.1/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jest ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c773b5 commit 6194451

File tree

3 files changed

+302
-265
lines changed

3 files changed

+302
-265
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "^24.3.0",
2424
"conventional-changelog-conventionalcommits": "^9.1.0",
2525
"eslint-config-xo-bizon": "^3.0.3",
26-
"jest": "^30.0.5",
26+
"jest": "^30.1.1",
2727
"rimraf": "^6.0.1",
2828
"ts-node": "^10.9.2",
2929
"tsx": "^4.20.5",

packages/common/__tests__/__snapshots__/errors.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`src/errors should extract the status code from the axios response 1`] = `
44
{

0 commit comments

Comments
 (0)