We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b7e92 commit 52085ddCopy full SHA for 52085dd
day-23/post.md
@@ -53,7 +53,7 @@ The [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) library
53
To install all of these libraries, we'll use the following `npm` command in the terminal while in the root directory of our projects:
54
55
```bash
56
-yarn add --dev babel-jest babel-preset-stage-0 enzyme jest-cli react-addons-test-utils react-test-renderer redux-mock-store sinon
+yarn add --dev babel-jest babel-preset-stage-0 enzyme enzyme-adapter-react-16 jest-cli react-addons-test-utils react-test-renderer redux-mock-store sinon
57
```
58
59
## Configuration
0 commit comments