Skip to content

Commit 52085dd

Browse files
authored
add enzyme-adapter-react-16 to install list
1 parent d3b7e92 commit 52085dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-23/post.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) library
5353
To install all of these libraries, we'll use the following `npm` command in the terminal while in the root directory of our projects:
5454

5555
```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
56+
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
5757
```
5858

5959
## Configuration

0 commit comments

Comments
 (0)