Skip to content

Commit 19aedff

Browse files
committed
Tests
1 parent 86b36bd commit 19aedff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMInReactServer-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('ReactDOMInReactServer', () => {
1515
jest.mock('react', () => require('react/react.shared-subset'));
1616
});
1717

18-
// @gate experimental && !www
18+
// @gate !www
1919
it('can require react-dom', () => {
2020
// In RSC this will be aliased.
2121
require('react');

0 commit comments

Comments
 (0)