Skip to content

Commit

Permalink
Fix lint (facebook#13923)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage authored Oct 23, 2018
1 parent d75c69e commit 4947fcd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

'use strict';

let ReactFeatureFlags;
let React;
let ReactDOM;
let Suspense;
Expand All @@ -22,7 +21,6 @@ describe('ReactDOMSuspensePlaceholder', () => {

beforeEach(() => {
jest.resetModules();
ReactFeatureFlags = require('shared/ReactFeatureFlags');
React = require('react');
ReactDOM = require('react-dom');
ReactCache = require('react-cache');
Expand Down

0 comments on commit 4947fcd

Please sign in to comment.