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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,8 @@ You can learn more about `@types` packages [here](https://www.typescriptlang.org
264
264
We also had to install `enzyme-adapter-react-16 and react-test-renderer`.
265
265
This is something `enzyme` expects to be installed.
266
266
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:
0 commit comments