Skip to content

Commit 7bd6b29

Browse files
authored
Update test/compat/async.test.jsx
1 parent 0967404 commit 7bd6b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compat/async.test.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ describe('Async renderToString', () => {
190190
expect(rendered).to.equal('<p>ok</p>');
191191
});
192192

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

196196
let c = 0;

0 commit comments

Comments
 (0)