Skip to content

Commit

Permalink
fix: Fix incorrect import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Aug 21, 2019
1 parent 9f2e5ba commit 96b0aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-core/src/TestScheduler.ts
Expand Up @@ -29,7 +29,7 @@ import {
buildFailureTestResult,
makeEmptyAggregatedTestResult,
} from '@jest/test-result';
import interopRequireDefault from 'jest-util/build/interopRequireDefault';
import {interopRequireDefault} from 'jest-util';
import ReporterDispatcher from './ReporterDispatcher';
import TestWatcher from './TestWatcher';
import {shouldRunInBand} from './testSchedulerHelper';
Expand Down

0 comments on commit 96b0aae

Please sign in to comment.