Skip to content

Commit abb8474

Browse files
committed
Document Jest usage
1 parent e8ebb06 commit abb8474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ 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`
22+
6. Run tests with `jest`
2123

2224
## Inspiration
2325

0 commit comments

Comments
 (0)