-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Cannot find module 'expect' from 'extend-expect.js' #34
Comments
Ah, I know what's up. We don't need to import |
A fix should be published in a few minutes. |
Thanks, works as expected now! |
…y#34) * poc for getting/querying by title * updated docs, tests, simplified implementation
Hi Kent, love your library. Am also taking the course. |
Thank you for the reminder @interglobalmedia! Would you like to provide that fix? |
This only happens when I include
import 'react-testing-library/extend-expect'
. Otherwisereact-testing-library
works well. What might be the cause of this problem?I am using latest
create-react-app
.Error:
Failing test:
Passing test:
The text was updated successfully, but these errors were encountered: