Skip to content

Commit 150cd09

Browse files
committed
List more dependencies
1 parent 00f0fca commit 150cd09

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ Testing Library Extension for Chrome DevTools Recorder
1818
2. Hover over the export icon
1919
3. Click `Export as a Testing Library script`
2020
4. Save file as `{testName}.test.{ts,js}`
21-
5. Install `jest`, `jest-environment-jsdom`, and `jest-environment-url`
21+
5. Install dependencies
22+
```
23+
npm install --save-dev jest jest-environment-jsdom jest-environment-url @testing-library/dom @testing-library/user-event @testing-library/jest-dom
24+
```
25+
```
26+
yarn add --dev jest jest-environment-jsdom jest-environment-url @testing-library/dom @testing-library/user-event @testing-library/jest-dom
27+
```
2228
6. Run tests with `jest`
2329

2430
## Supported Chrome Recorder Step Types

0 commit comments

Comments
 (0)