Skip to content

Commit 91896fb

Browse files
authored
Fix glob syntax in docs
1 parent cac3965 commit 91896fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Testing Library Extension for Chrome DevTools Recorder
1717
1. Create a new recording via the Recorder panel.
1818
2. Hover over the export icon
1919
3. Click `Export as a Testing Library script`
20-
4. Save file as `{testName}.test.{ts.js}`
20+
4. Save file as `{testName}.test.{ts,js}`
2121

2222
## Inspiration
2323

0 commit comments

Comments
 (0)