Remove outdated test renderer comments (#15898)

This commit is contained in:
Sebastian Markbåge
2019-06-15 16:09:17 -07:00
committed by GitHub
parent f0156766dc
commit 7985bf7d50
2 changed files with 0 additions and 6 deletions
@@ -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();