Skip to content

Commit

Permalink
test: adjust test description now that it's passing
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 31, 2020
1 parent 81b3372 commit 58f6c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ describe('ReactSuspenseList', () => {
);
});

it('crashes when it contains class components when revealed together', async () => {
it('can resume class components when revealed together', async () => {
let A = createAsyncText('A');
let B = createAsyncText('B');

Expand Down

0 comments on commit 58f6c6a

Please sign in to comment.