-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Test suite doesnt work with dependencies #11
Comments
+1
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Simple jest tests should work when there are project dependencies that use ESM syntax.
Actual Behavior
If any added dependency has ESM exports, jest tests will fail and complain about unexpected tokens
I have tried all of the things suggested by the error message but nothing works.
Steps to Reproduce the Problem
idb
Specifications
The text was updated successfully, but these errors were encountered: