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

Feature request: Support for es6 modules #280

Closed
thematho opened this issue Nov 20, 2023 · 1 comment
Closed

Feature request: Support for es6 modules #280

thematho opened this issue Nov 20, 2023 · 1 comment

Comments

@thematho
Copy link

Hi,
Currently there is no support for ES6 Imports, I found this closed issue #133, mentionening that es6 module support will be implemented at one point.

Example:
import * as chaiAsPromised from 'chai-as-promised'; or
import { chaiAsPromised } from 'chai-as-promised';

Actual error:

SyntaxError: The requested module './index.js' does not provide an export named 'default'
 ❌ Could not import your test module. Check the browser logs or open the browser in debug mode for more information. 
@43081j
Copy link
Contributor

43081j commented May 13, 2024

Closed by #287 (though yet to be released in 8.0.0)

@43081j 43081j closed this as completed May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants