From b123fd33a035afb5427b8a8dc216ea8ec04cf802 Mon Sep 17 00:00:00 2001 From: Kai Vandivier Date: Mon, 21 Oct 2024 14:47:37 +0200 Subject: [PATCH] docs: improve link formatting --- docs/migration/v12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration/v12.md b/docs/migration/v12.md index 13cd6e3a..5d5fbb82 100644 --- a/docs/migration/v12.md +++ b/docs/migration/v12.md @@ -204,7 +204,7 @@ describe('', () => { #### 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.