diff --git a/template/README.md b/template/README.md index 82c94f99d5a..715b8d06f74 100644 --- a/template/README.md +++ b/template/README.md @@ -954,6 +954,10 @@ expect(wrapper).toContainReact(welcome) To setup jest-enzyme with Create React App, follow the instructions for [initializing your test environment](#initializing-test-environment) to import `jest-enzyme`. +```sh +npm install --save-dev jest-enzyme +``` + ```js // src/setupTests.js import 'jest-enzyme';