Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Oct 23, 2022
1 parent 86b36bd commit 19aedff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('ReactDOMInReactServer', () => {
jest.mock('react', () => require('react/react.shared-subset'));
});

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

0 comments on commit 19aedff

Please sign in to comment.