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

Using ES6 on tests with the es6-browserify core flavor bug #18

Closed
nickbalestra opened this issue Oct 19, 2016 · 0 comments
Closed

Using ES6 on tests with the es6-browserify core flavor bug #18

nickbalestra opened this issue Oct 19, 2016 · 0 comments
Assignees
Labels

Comments

@nickbalestra
Copy link
Collaborator

Code to reproduce the issue:
Use import (or any other ES6 syntax) on app.test.js

Expected behavior:
It runs the tests

Actual behavior:
It fails due mocha is not configured to support ES6.

Versions of packages used:
N/A

Reported on #13
Was fixed for the es6-webpack core flavor in #15 similar solution need to be applied to es6-browserify pack

@nickbalestra nickbalestra self-assigned this Oct 19, 2016
nickbalestra pushed a commit that referenced this issue Oct 19, 2016
perjerz pushed a commit to perjerz/create-cycle-app that referenced this issue Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant