Skip to content
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

testing-library/jest-dom lib problems and paragon problems #310

Closed
johnvente opened this issue Jan 31, 2024 · 1 comment
Closed

testing-library/jest-dom lib problems and paragon problems #310

johnvente opened this issue Jan 31, 2024 · 1 comment

Comments

@johnvente
Copy link
Contributor

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

If you run

npm run test

You will encounter this error:

Screen Shot 2024-01-31 at 10 09 25 AM

After removing that line, you will encounter an error with @openedx/paragon:

Screen Shot 2024-01-31 at 10 39 19 AM
@johnvente
Copy link
Contributor Author

Since the fix of this problem was merged here I will close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant