Skip to content

Commit 12b08e4

Browse files
Update addons-test-utils.md (#3660)
Co-authored-by: Sebastian Silbermann <[email protected]>
1 parent 5201abf commit 12b08e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/docs/addons-test-utils.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ var ReactTestUtils = require('react-dom/test-utils'); // ES5 with npm
2020
> Note:
2121
>
2222
> We recommend using [React Testing Library](https://testing-library.com/react) which is designed to enable and encourage writing tests that use your components as the end users do.
23-
>
24-
> Alternatively, Airbnb has released a testing utility called [Enzyme](https://airbnb.io/enzyme/), which makes it easy to assert, manipulate, and traverse your React Components' output.
23+
>
24+
> For React versions <= 16, the [Enzyme](https://airbnb.io/enzyme/) library makes it easy to assert, manipulate, and traverse your React Components' output.
25+
26+
2527

2628
- [`act()`](#act)
2729
- [`mockComponent()`](#mockcomponent)

0 commit comments

Comments
 (0)