diff --git a/packages/jest-circus/src/index.ts b/packages/jest-circus/src/index.ts index d4ed333084b7..788af87df0c0 100644 --- a/packages/jest-circus/src/index.ts +++ b/packages/jest-circus/src/index.ts @@ -4,7 +4,7 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ -// @ts-ignore TODO Remove ignore when jest-each is migrated to ts + import {bind as bindEach} from 'jest-each'; import {ErrorWithStack} from 'jest-util'; import {Global} from '@jest/types'; diff --git a/packages/jest-circus/tsconfig.json b/packages/jest-circus/tsconfig.json index 726c0ac6b1e5..8da1643828ba 100644 --- a/packages/jest-circus/tsconfig.json +++ b/packages/jest-circus/tsconfig.json @@ -6,6 +6,7 @@ }, "references": [ {"path": "../jest-diff"}, + {"path": "../jest-each"}, {"path": "../jest-environment"}, {"path": "../jest-matcher-utils"}, {"path": "../jest-message-util"},