Skip to content

Commit d5dd894

Browse files
committed
test: update snapshot
1 parent a490ce6 commit d5dd894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/__snapshots__/index.ts.snap

Lines changed: 2 additions & 2 deletions
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[`react-compiler-webpack (rspack) facebook/react issue #29120: react-compiler-webpack (rspack):cjk.tsx 1`] = `
44
"import { jsx as _jsx } from "react/jsx-runtime";
@@ -10,7 +10,7 @@ export default function Comp() {
1010
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
1111
t0 = /*#__PURE__*/ _jsx("div", {
1212
"aria-label": "\\u6211\\u80FD\\u541E\\u4E0B\\u73BB\\u7483\\u800C\\u4E0D\\u4F24\\u8EAB\\u4F53",
13-
children: "\\u6211\\u80FD\\u541E\\u4E0B\\u73BB\\u7483\\u800C\\u4E0D\\u4F24\\u8EAB\\u4F53"
13+
children: "我能吞下玻璃而不伤身体"
1414
});
1515
$[0] = t0;
1616
} else {

0 commit comments

Comments
 (0)