Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyao1 committed Nov 16, 2022
1 parent a369edc commit 905efd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ describe('ReactDOMServerSelectiveHydration', () => {
expect(initialSpan).toBe(spanRef);
});

// @gate experimental
// @gate experimental || www
it('continuous update', () => {
TODO_scheduleContinuousSchedulerTask(() => {
root.render(<App text="B" />);
Expand Down

0 comments on commit 905efd9

Please sign in to comment.