Skip to content

Commit 0ced89c

Browse files
committed
docs: don't install @testing-library/dom
1 parent 741cabd commit 0ced89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/migrate-from-enzyme.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ resemble the way your software is actually used.
297297
To use the `@testing-library/user-event` module, first install it:
298298

299299
```bash npm2yarn
300-
npm install --save-dev @testing-library/user-event @testing-library/dom
300+
npm install --save-dev @testing-library/user-event
301301
```
302302

303303
Now you can import it into your test:

0 commit comments

Comments
 (0)