Skip to content

Commit

Permalink
improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Apr 28, 2022
1 parent 33f80bf commit 08b5981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/jest-transform/src/runtimeErrorsAndWarnings.ts
Expand Up @@ -14,7 +14,9 @@ const DOCUMENTATION_NOTE = ` ${chalk.bold(
)}
https://jestjs.io/docs/code-transformation
`;
const UPGRADE_NOTE = ` ${chalk.bold('Upgrading Guide:')}
const UPGRADE_NOTE = ` ${chalk.bold(
'This error may be caused by a breaking change in Jest 28:',
)}
https://jestjs.io/docs/upgrading-to-jest28#transformer
`;

Expand Down

0 comments on commit 08b5981

Please sign in to comment.