Skip to content

Commit 97b2519

Browse files
committed
lint
1 parent 905efd9 commit 97b2519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMServerSelectiveHydration-test.internal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ describe('ReactDOMServerSelectiveHydration', () => {
18251825
expect(initialSpan).toBe(spanRef);
18261826
});
18271827

1828-
// @gate experimental || www
1828+
// @gate experimental || www
18291829
it('continuous update', () => {
18301830
TODO_scheduleContinuousSchedulerTask(() => {
18311831
root.render(<App text="B" />);

0 commit comments

Comments
 (0)