Skip to content

Commit 1bd4c71

Browse files
Update README.md
1 parent 2ce7dd3 commit 1bd4c71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ You can learn more about `@types` packages [here](https://www.typescriptlang.org
264264
We also had to install `enzyme-adapter-react-16 and react-test-renderer`.
265265
This is something `enzyme` expects to be installed.
266266

267-
Before writing the first test, we have to configure enzyme to use the adapter for react 16. Create a file called `src/setupTests.ts` that is automatically loaded when running tests:
267+
Before writing the first test, we have to configure Enzyme to use an adapter for React 16.
268+
We'll create a file called `src/setupTests.ts` that is automatically loaded when running tests:
268269

269270
```ts
270271
import * as enzyme from 'enzyme';

0 commit comments

Comments
 (0)