Skip to content

Commit

Permalink
Ammend test
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Jul 18, 2024
1 parent d79bab6 commit 499fdd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ describe('ReactLazy', () => {

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

await resolveFakeImport(42);
await resolveFakeImport(React.Fragment);
root.update(
<Suspense fallback={<Text text="Loading..." />}>
<BadLazy />
Expand Down

0 comments on commit 499fdd7

Please sign in to comment.