Skip to content

Commit

Permalink
Remove jest-each ts-ignore in jest-circus
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips committed Feb 28, 2019
1 parent 141ff99 commit fa68ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-circus/src/index.ts
Expand Up @@ -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';
Expand Down

0 comments on commit fa68ab0

Please sign in to comment.