Skip to content

Commit

Permalink
fix jest-circus (jestjs#4290)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronabramov authored and cpojer committed Aug 17, 2017
1 parent 3311543 commit 3cc7e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type {TestResult} from 'types/TestResult';
// eslint-disable-next-line import/no-extraneous-dependencies
import type Runtime from 'jest-runtime';

const FRAMEWORK_INITIALIZER = require.resolve('./jest-adapter-init');
const FRAMEWORK_INITIALIZER = require.resolve('./jest_adapter_init');
import path from 'path';

const jestAdapter = async (
Expand Down

0 comments on commit 3cc7e71

Please sign in to comment.