Skip to content

Commit

Permalink
Remove redundant feature flag in the test due to #12117 (#12696)
Browse files Browse the repository at this point in the history
  • Loading branch information
NE-SmallTown authored and gaearon committed Apr 26, 2018
1 parent 9c77ffb commit ec57d29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ describe('ChangeEventPlugin', () => {
beforeEach(() => {
jest.resetModules();
ReactFeatureFlags = require('shared/ReactFeatureFlags');
ReactFeatureFlags.enableAsyncSubtreeAPI = true;
ReactFeatureFlags.debugRenderPhaseSideEffectsForStrictMode = false;
ReactFeatureFlags.debugRenderPhaseSideEffectsForStrictMode = false;
ReactDOM = require('react-dom');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ describe('SimpleEventPlugin', function() {
beforeEach(() => {
jest.resetModules();
ReactFeatureFlags = require('shared/ReactFeatureFlags');
ReactFeatureFlags.enableAsyncSubtreeAPI = true;
ReactFeatureFlags.debugRenderPhaseSideEffectsForStrictMode = false;
ReactDOM = require('react-dom');
});
Expand Down

0 comments on commit ec57d29

Please sign in to comment.