Skip to content

Commit 499fdd7

Browse files
committed
Ammend test
1 parent d79bab6 commit 499fdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/__tests__/ReactLazy-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ describe('ReactLazy', () => {
771771

772772
await waitForAll(['Loading...']);
773773

774-
await resolveFakeImport(42);
774+
await resolveFakeImport(React.Fragment);
775775
root.update(
776776
<Suspense fallback={<Text text="Loading..." />}>
777777
<BadLazy />

0 commit comments

Comments
 (0)