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';