Skip to content

Commit

Permalink
rm gating
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Dec 8, 2021
1 parent 86e0e88 commit edb88ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ describe('ReactSuspenseWithNoopRenderer', () => {
expect(ReactNoop.getChildren()).toEqual([span('A'), span('C'), span('B')]);
});

// @gate enableCache && enableSuspenseAvoidThisFallback
// @gate enableCache
it('favors showing the inner fallback for nested top level avoided fallback', async () => {
function Foo({showB}) {
Scheduler.unstable_yieldValue('Foo');
Expand Down

0 comments on commit edb88ab

Please sign in to comment.