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 b99365a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions packages/jest-circus/tsconfig.json
Expand Up @@ -6,6 +6,7 @@
},
"references": [
{"path": "../jest-diff"},
{"path": "../jest-each"},
{"path": "../jest-environment"},
{"path": "../jest-matcher-utils"},
{"path": "../jest-message-util"},
Expand Down

0 comments on commit b99365a

Please sign in to comment.