Skip to content

Commit 3cc7e71

Browse files
boujeepossumcpojer
authored andcommitted
fix jest-circus (jestjs#4290)
1 parent 3311543 commit 3cc7e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jest-circus/src/legacy_code_todo_rewrite/jest_adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type {TestResult} from 'types/TestResult';
1414
// eslint-disable-next-line import/no-extraneous-dependencies
1515
import type Runtime from 'jest-runtime';
1616

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

2020
const jestAdapter = async (

0 commit comments

Comments
 (0)