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 29, 2019
1 parent d088534 commit f4e0e1d
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 f4e0e1d

Please sign in to comment.