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
Currently, you cannot run tests because starting from testing-library v6.0.0, you no longer need to add
import '@testing-library/jest-dom/extend-expect'; in src/setupTest.js
import '@testing-library/jest-dom/extend-expect';
src/setupTest.js
If you run
npm run test
You will encounter this error:
After removing that line, you will encounter an error with @openedx/paragon:
The text was updated successfully, but these errors were encountered:
Since the fix of this problem was merged here I will close this issue
Sorry, something went wrong.
No branches or pull requests
Currently, you cannot run tests because starting from testing-library v6.0.0, you no longer need to add
import '@testing-library/jest-dom/extend-expect';
insrc/setupTest.js
If you run
You will encounter this error:
After removing that line, you will encounter an error with @openedx/paragon:
The text was updated successfully, but these errors were encountered: