Skip to content

Commit 2490f16

Browse files
committed
Update test
1 parent 046428d commit 2490f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMFizzStaticBrowser-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ describe('ReactDOMFizzStaticBrowser', () => {
16371637
expect(slice).toBe(
16381638
'<!DOCTYPE html><html><head><link rel="expect" href="#«R»" blocking="render"/></head>' +
16391639
'<body>hello<!--$?--><template id="B:1"></template><!--/$--><template id="«R»"></template>' +
1640-
'<div hidden id="S:1">world<!-- --></div><script>$RC',
1640+
'<div hidden id="S:1">world<!-- --></div><script>$RX',
16411641
);
16421642
});
16431643

0 commit comments

Comments
 (0)