We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#49
To fix this PR we need to update our mocha command needs an update to the compiler flags:
What was this: js:babel/register
js:babel/register
Needs to be this: js:babel-core/register
js:babel-core/register
The text was updated successfully, but these errors were encountered:
Looks like we'll have to hold off on upgrading to babel 6 until an Istanbul code coverage bug gets figured out.
Sorry, something went wrong.
78c8a08
jimthedev
No branches or pull requests
#49
To fix this PR we need to update our mocha command needs an update to the compiler flags:
What was this:
js:babel/register
Needs to be this:
js:babel-core/register
The text was updated successfully, but these errors were encountered: