Skip to content

Commit

Permalink
Fix typo in dependency warning (#10006)
Browse files Browse the repository at this point in the history
Fix type for `resolver` config prop in dependency warning
  • Loading branch information
erikengervall committed May 8, 2020
1 parent 0a4e4a1 commit 4fee82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-config/src/Deprecated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
'"browser"',
)} has been deprecated. Please install "browser-resolve" and use the "resolver" option in Jest configuration as follows:
{
${chalk.bold('"resolve"')}: ${chalk.bold('"browser-resolve"')}
${chalk.bold('"resolver"')}: ${chalk.bold('"browser-resolve"')}
}
`,

Expand Down

0 comments on commit 4fee82c

Please sign in to comment.