-
Notifications
You must be signed in to change notification settings - Fork 18
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
Regression between 1.8.2 and 2.0.0 #59
Comments
I have the same issue. Working on a fix. |
Hmm there still seems to be a bit of a problem. In our project, we still get stuff like this:
Is this related or a separate issue? |
Thank you, @bhvngt! If anyone is interested in a diff to what's changed in our svelte/kit project, have a look here: https://github.com/communityvi/communityvi/pull/126/files |
You will get this error, if Jest thinks something does not use ESM. Could be Typescript or another transformer. |
When I upgrade to
2.0.0
, I get following errorHere's the sandbox where this error can be seen.
If I revert
svelte-jester
to1.8.2
, sandbox gives a different error but the same code works fine in my local system.The text was updated successfully, but these errors were encountered: