Describe the bug
I cannot use 'screen' module from testcafe libary
To Reproduce
- package file
"dependencies": {
"@testing-library/testcafe": "^3.3.1",
"@testing-library/dom": "^6.16.0"
}
- .testcaferc.json
"clientScripts": [
{
"module": "./node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js"
}
- I tried to use screen in test
import {screen} from '@testing-library/testcafe'
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
