Skip to content

Commit

Permalink
Update test/compat/async.test.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Jul 17, 2024
1 parent 0967404 commit 7bd6b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compat/async.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('Async renderToString', () => {
expect(rendered).to.equal('<p>ok</p>');
});

it('should work with setup comparable to URQL containing a lazy loaded component', async () => {
it('should work with an in-render suspension', async () => {
const Context = createContext();

let c = 0;
Expand Down

0 comments on commit 7bd6b29

Please sign in to comment.