mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Rename ReactSuspenseWithTestRenderer-test -> ReactSuspense-test
This commit is contained in:
+3
-4
@@ -10,10 +10,9 @@ let cache;
|
||||
let TextResource;
|
||||
let textResourceShouldFail;
|
||||
|
||||
// The tests in the ReactSuspense suite use ReactNoop. We want to use
|
||||
// ReactTestRenderer for most of our tests, so we're gradually migrating the
|
||||
// Suspense tests over to this file.
|
||||
describe('ReactSuspenseWithTestRenderer', () => {
|
||||
// Additional tests can be found in ReactSuspenseWithNoopRenderer. Plan is
|
||||
// to gradually migrate those to this file.
|
||||
describe('ReactSuspense', () => {
|
||||
beforeEach(() => {
|
||||
jest.resetModules();
|
||||
ReactFeatureFlags = require('shared/ReactFeatureFlags');
|
||||
Reference in New Issue
Block a user