You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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';
orimport { chaiAsPromised } from 'chai-as-promised';
Actual error:
The text was updated successfully, but these errors were encountered: