Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
tyao1 committed Nov 19, 2022
commit c20504e742e0b8197919ef94be4b06c6926b080f
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