Skip to content

Commit

Permalink
docs: update upgrade to jest28 url to point to archive url
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdenham committed Mar 22, 2024
1 parent cde5f7b commit 5b065ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-transform/src/runtimeErrorsAndWarnings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DOCUMENTATION_NOTE = ` ${chalk.bold(
const UPGRADE_NOTE = ` ${chalk.bold(
'This error may be caused by a breaking change in Jest 28:',
)}
https://jestjs.io/docs/28.x/upgrading-to-jest28#transformer
https://jest-archive-august-2023.netlify.app/docs/28.x/upgrading-to-jest28#transformer
`;

export const makeInvalidReturnValueError = (transformPath: string): string =>
Expand Down

0 comments on commit 5b065ba

Please sign in to comment.