Skip to content

Commit

Permalink
Remove outdated test renderer comments (#15898)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Jun 15, 2019
1 parent f015676 commit 7985bf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7985bf7

Please sign in to comment.