mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove outdated test renderer comments (#15898)
This commit is contained in:
@@ -29,9 +29,6 @@ let forwardRef;
|
||||
let memo;
|
||||
let act;
|
||||
|
||||
// These tests use React Noop Renderer. All new tests should use React Test
|
||||
// Renderer and go in ReactHooks-test; plan is gradually migrate the noop tests
|
||||
// to that file.
|
||||
describe('ReactHooksWithNoopRenderer', () => {
|
||||
beforeEach(() => {
|
||||
jest.resetModules();
|
||||
|
||||
@@ -9,9 +9,6 @@ let Suspense;
|
||||
let TextResource;
|
||||
let textResourceShouldFail;
|
||||
|
||||
// These tests use React Noop Renderer. All new tests should use React Test
|
||||
// Renderer and go in ReactSuspense-test; plan is gradually migrate the noop
|
||||
// tests to that file.
|
||||
describe('ReactSuspenseWithNoopRenderer', () => {
|
||||
beforeEach(() => {
|
||||
jest.resetModules();
|
||||
|
||||
Reference in New Issue
Block a user