We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae5719 commit 7f19693Copy full SHA for 7f19693
README.md
@@ -95,7 +95,7 @@ added as follows in `tsconfig.json`:
95
Add this line to your project's `cypress/support/commands.js`:
96
97
```
98
-import 'cypress-testing-library/add-commands';
+import '@testing-library/cypress/add-commands';
99
100
101
You can now use all of `dom-testing-library`'s `getBy`, `getAllBy`, `queryBy`
0 commit comments