You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/recipes/react.md
+44-5
Original file line number
Diff line number
Diff line change
@@ -26,21 +26,59 @@ You can find more information in [`@ava/babel`](https://github.com/avajs/babel).
26
26
27
27
## Using [Enzyme](https://github.com/airbnb/enzyme)
28
28
29
-
Let's first see how to use AVA with one of the most popular React testing libraries: [Enzyme](https://github.com/airbnb/enzyme).
29
+
Let's first see how to use AVA with one of the most popular React testing libraries: [Enzyme](https://github.com/enzymejs/enzyme).
30
30
31
31
If you intend to only use [shallow component rendering](https://facebook.github.io/react/docs/test-utils.html#shallow-rendering), you don't need any extra setup.
32
32
33
-
First install [Enzyme required packages](https://github.com/airbnb/enzyme/#installation):
33
+
### Install Enzyme
34
+
35
+
First install [Enzyme and its required adapter](https://github.com/enzymejs/enzyme#installation):
0 commit comments