Skip to content

Commit 7f19693

Browse files
klaariKent C. Dodds
authored andcommitted
chore: update usage example to use scoped package (#44)
1 parent dae5719 commit 7f19693

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
@@ -95,7 +95,7 @@ added as follows in `tsconfig.json`:
9595
Add this line to your project's `cypress/support/commands.js`:
9696

9797
```
98-
import 'cypress-testing-library/add-commands';
98+
import '@testing-library/cypress/add-commands';
9999
```
100100

101101
You can now use all of `dom-testing-library`'s `getBy`, `getAllBy`, `queryBy`

0 commit comments

Comments
 (0)