-
Notifications
You must be signed in to change notification settings - Fork 13
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
Requiring this package as a dependency fails #182
Comments
getting the same error |
Hi, Could you confirm which exact version of the package is installed? Best regards, |
@holblin this got fixed for me today with the 6.1.2 update of the jest-marchers |
Perfect and thanks for the info! I understand the issue a little bit better now 👍 For reference: testing-library/jest-dom#525 |
Hi there. Thank you for following this up. I can confirm that the v6.1.2 of @testing-library/jest-dom - works correctly. You can dismiss my PR. |
Expected Behaviour
This should let me use
cssTools.parse()
.Actual Behaviour
When trying to use matchers from @testing-library/jest-dom I get the following error message:
Cannot find module '@adobe/css-tools' from 'node_modules/@testing-library/jest-dom/dist/matchers-d012a0f1.js'
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: