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 d354d88 commit 2d27080Copy full SHA for 2d27080
package.json
@@ -49,7 +49,7 @@
49
"license": "MIT",
50
"dependencies": {
51
"@babel/runtime": "^7.4.5",
52
- "dom-testing-library": "^4.1.1"
+ "@testing-library/dom": "^5.0.1"
53
},
54
"devDependencies": {
55
"cypress": "3.3.1",
src/index.js
@@ -1,4 +1,4 @@
1
-import {queries, waitForElement} from 'dom-testing-library'
+import {queries, waitForElement} from '@testing-library/dom'
2
import {getContainer} from './utils'
3
4
const getDefaultCommandOptions = () => {
0 commit comments