Skip to content

Commit

Permalink
docs: improve link formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Oct 21, 2024
1 parent 0d4d0bd commit b123fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/v12.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ describe('<Comment />', () => {

#### Enzyme

Enzyme is considered dead: https://dev.to/wojtekmaj/enzyme-is-dead-now-what-ekl. There is no official adapter for React 18 (or 17), so it's best to [migrate to React Testing Library](https://testing-library.com/docs/react-testing-library/migrate-from-enzyme/) for tests, if possible.
Enzyme is [considered dead](https://dev.to/wojtekmaj/enzyme-is-dead-now-what-ekl). There is no official adapter for React 18 (or 17), so it's best to [migrate to React Testing Library](https://testing-library.com/docs/react-testing-library/migrate-from-enzyme/) for tests, if possible.

If it's not currently possible to migrate, there is an [unofficial React 18 adapter](https://github.com/cfaester/enzyme-adapter-react-18) that can help in the mean time.

Expand Down

0 comments on commit b123fd3

Please sign in to comment.