From 60dea6bffa83dd28cb3761fe6904a8eaef7bf2d2 Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Thu, 28 Feb 2019 20:37:09 +0000 Subject: [PATCH] Remove jest-each ts-ignore in jest-circus --- packages/jest-circus/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';