-
Notifications
You must be signed in to change notification settings - Fork 795
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: add esModuleInterop compatibility test #2506
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2506 +/- ##
=======================================
Coverage 93.23% 93.23%
=======================================
Files 137 137
Lines 5042 5042
Branches 1066 1066
=======================================
Hits 4701 4701
Misses 341 341 |
Is there any way to produce a package which does not work with a consumer using esModuleInterop? |
@dyladan yeah, the reason is exactly as same as previously discuss why we don't enable |
rerunning all tests to see if they pass with cache hits too |
I opened a PR that will fix these tests |
Which problem is this PR solving?
esModuleInterop
flag.Short description of the changes
esModuleInterop
flag.