Skip to content

Commit

Permalink
remove mapCoverage deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed May 4, 2020
1 parent 6667309 commit b1dac85
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
25 changes: 0 additions & 25 deletions e2e/__tests__/deprecatedCliOptions.test.ts

This file was deleted.

10 changes: 0 additions & 10 deletions e2e/deprecated-cli-options/__tests__/dummy.js

This file was deleted.

3 changes: 0 additions & 3 deletions e2e/deprecated-cli-options/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/jest-config/src/Deprecated.ts
Expand Up @@ -19,12 +19,6 @@ export default {
}
`,

mapCoverage: () => ` Option ${chalk.bold(
'"mapCoverage"',
)} has been removed, as it's no longer necessary.
Please update your configuration.`,

preprocessorIgnorePatterns: (options: {
preprocessorIgnorePatterns: Array<string>;
}) => ` Option ${chalk.bold(
Expand Down

0 comments on commit b1dac85

Please sign in to comment.