Skip to content

Commit 2f29b77

Browse files
chore(deps-dev): update jest to 29.7.0 (#4133)
1 parent d6cb9bb commit 2f29b77

File tree

5 files changed

+56
-56
lines changed

5 files changed

+56
-56
lines changed

package-lock.json

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"husky": "^9.0.11",
113113
"inspectpack": "=4.7.1",
114114
"install": "=0.13.0",
115-
"jest": "^29.0.3",
116-
"jest-environment-jsdom": "^29.0.3",
115+
"jest": "^29.7.0",
116+
"jest-environment-jsdom": "^29.7.0",
117117
"json-loader": "=0.5.7",
118118
"license-checker": "=25.0.1",
119119
"lint-staged": "=16.2.7",

test/resolver/strategies/openapi-3-1-apidom/__snapshots__/index.js.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[`resolve OpenAPI 3.1.0 strategy given OpenAPI 3.1.0 definition via URL and allowMetaPatches=false should resolve 1`] = `
44
{

test/resolver/strategies/openapi-3-1-apidom/normalize/__snapshots__/index.js.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[`helpers normalize OpenAPI 3.1 given denormalized Header Object examples should normalize 1`] = `
44
{

test/subtree-resolver/strategies/openapi-3-1-apidom/__snapshots__/index.js.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[`subtree-resolver OpenAPI 3.1.0 strategy should not resolve an untargeted subtree 1`] = `
44
{

0 commit comments

Comments
 (0)