Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Dec 8, 2021
1 parent d1ae537 commit 86e0e88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ describe('ReactSuspenseList', () => {
);
});

// @gate enableSuspenseList
// @gate enableSuspenseList && enableSuspenseAvoidThisFallback
it('avoided boundaries can be coordinate with SuspenseList', async () => {
const A = createAsyncText('A');
const B = createAsyncText('B');
Expand Down

0 comments on commit 86e0e88

Please sign in to comment.