-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 breaks testing #1081
Comments
kingcody
added a commit
to kingcody/generator-angular-fullstack
that referenced
this issue
Jul 20, 2015
@danmmx thank you very much for the bug report. |
👍 thanks for guiding me to fix it, wasn't trivial for me that's why I didn't made a PR, but was an easy one |
closed by #1084 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I changed all the client code to ES6 with the
babel
option enabled on thecanary
branch.After changing the following file:
I'm getting this error when doing
grunt test
The text was updated successfully, but these errors were encountered: