Skip to content

Commit

Permalink
chore: correct link to upgrade guide in v28 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 14, 2022
1 parent aa9dca4 commit d1626e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2022-04-25-jest-28.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Additionally, as announced in the [Jest 27 blog post](/blog/2021/05/25/jest-27)

## Breaking changes

The list of breaking changes is long (and can be seen fully in the [changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md#2800)), but for migration purposes, we've also written [a guide](/docs/upgrading-to-jest28) you can follow. Hopefully this makes the upgrade experience as frictionless as possible!
The list of breaking changes is long (and can be seen fully in the [changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md#2800)), but for migration purposes, we've also written [a guide](/docs/28.x/upgrading-to-jest28) you can follow. Hopefully this makes the upgrade experience as frictionless as possible!

Main breaking changes likely to impact your migration are dropped support for Node 10 and 15 (but _not_ Node 12, which will be EOL in a few days) and some renamed configuration options.

Expand Down

0 comments on commit d1626e9

Please sign in to comment.