Skip to content

Commit

Permalink
fix gates
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed Jun 7, 2022
1 parent 20331f1 commit 2e78547
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -397,7 +397,6 @@ describe('ReactDOMFizzServer', () => {
});
});

// @gate experimental
describe('renderToString', () => {
beforeEach(() => {
JSDOM = require('jsdom').JSDOM;
Expand All @@ -413,6 +412,7 @@ describe('ReactDOMFizzServer', () => {
container = document.getElementById('container');
});

// @gate experimental
it('refers users to apis that support Suspense when somethign suspends', () => {
function App({isClient}) {
return (
Expand Down

0 comments on commit 2e78547

Please sign in to comment.