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

Default exports are merged within {} #7

Open
Nakiiii opened this issue Oct 15, 2024 · 0 comments
Open

Default exports are merged within {} #7

Nakiiii opened this issue Oct 15, 2024 · 0 comments

Comments

@Nakiiii
Copy link

Nakiiii commented Oct 15, 2024

When a test file contains a default export such as: import something from 'path/to/thing' it is not imported correctly.
The 'something' in this case, will be set within two braces {} as a named import: import {something} from 'path/to/thing'
which should not be the case.
This results in issues when trying to use the import in the merged file.

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

No branches or pull requests

1 participant