Skip to content

Commit c40a3bf

Browse files
committed
Move screenshot up
1 parent 01ba1ff commit c40a3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Testing Library Extension for Chrome DevTools Recorder
44

5+
![Screenshot](https://user-images.githubusercontent.com/927220/185593628-0beda94a-ec08-40a5-9c93-cf9ecb70527e.png)
6+
57
## Installation
68

79
1. Download and unzip the [latest release](https://github.com/nickmccurdy/testing-library-recorder-extension/releases/latest)
@@ -16,8 +18,6 @@ Testing Library Extension for Chrome DevTools Recorder
1618
2. Hover over the export icon
1719
3. Click `Export as a Testing Library script`
1820

19-
![Screenshot](https://user-images.githubusercontent.com/927220/185593628-0beda94a-ec08-40a5-9c93-cf9ecb70527e.png)
20-
2121
4. Save file as `{testName}.test.{ts,js}`
2222
5. Install `jest`, `jest-environment-jsdom`, and `jest-environment-url`
2323
6. Run tests with `jest`

0 commit comments

Comments
 (0)