Skip to content

Commit 32f9ab2

Browse files
build(deps-dev): bump jest from 30.0.5 to 30.1.1 (#1923)
* build(deps-dev): bump jest from 30.0.5 to 30.1.1 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/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 ... Signed-off-by: dependabot[bot] <support@github.com> * test: update snapshot link Outdated guide link: The snapshot guide link is outdated. Please update all snapshots while upgrading of Jest --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark <remarkablemark@users.noreply.github.com>
1 parent 794c6d1 commit 32f9ab2

4 files changed

Lines changed: 344 additions & 520 deletions

File tree

__tests__/__snapshots__/dom-to-react.test.tsx.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[`domToReact converts <textarea> correctly 1`] = `
44
<textarea

__tests__/__snapshots__/index.test.tsx.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[`HTMLReactParser escapes tags inside of <title> 1`] = `
44
<title>

0 commit comments

Comments
 (0)