We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @kentcdodds ,
In the README, we have specified that we could use the extend assertions by importing:
import 'react-testing-library/extend-expect'
infact this throws an error:
Cannot find module 'react-testing-library/extend-expect' from 'HelpTest.js'
only the below works:
import 'react-testing-library/dist/extend-expect'
Will debug this and let you know whats happening here.
The text was updated successfully, but these errors were encountered:
We forgot to add the file to the package.json files list.
Sorry, something went wrong.
@kentcdodds Exactly, will raise a PR in sometime.
Closing this with reference to : #28
No branches or pull requests
Hello @kentcdodds ,
In the README, we have specified that we could use the extend assertions by importing:
infact this throws an error:
only the below works:
Will debug this and let you know whats happening here.
The text was updated successfully, but these errors were encountered: