Skip to content

Commit

Permalink
chore: change import to use @jest/transform
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Jul 27, 2019
1 parent c378e24 commit 97e31f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jest-runner/src/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
getConsoleOutput,
} from '@jest/console';
import {JestEnvironment} from '@jest/environment';
import RuntimeClass, {ScriptTransformer} from 'jest-runtime';
import {ScriptTransformer} from '@jest/transform';
import RuntimeClass from 'jest-runtime';
import fs from 'graceful-fs';
import {ErrorWithStack, setGlobal, interopRequireDefault} from 'jest-util';
import LeakDetector from 'jest-leak-detector';
Expand Down

0 comments on commit 97e31f5

Please sign in to comment.