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

Updates AVA to v0.13 #35

Merged
merged 2 commits into from
Mar 11, 2016
Merged

Updates AVA to v0.13 #35

merged 2 commits into from
Mar 11, 2016

Conversation

maur8ino
Copy link
Contributor

This PR updates AVA to the latest version, released just today, that brings some improvements, most notably the possibility to read you own Babel configuration (through .babelrc or "babel" key in package.json), which was temporarily removed from v0.10.

From v0.10 is also possible to specify AVA configuration in package.json under the key "ava", so I've configured it to "inherit"( ) the Babel configuration, so it will share the same setting when used by Browserify.

AVA will also load 'babel-register' before every file, so importing 'babel-core/register' is no longer necessary and the package will maybe be deprecated (avajs/ava#561)

PS: I you're experiencing slow execution time, please be sure to be on npm@3 and reinstall all node packages (avajs/ava#616 (comment))

Thanks!

@Granze
Copy link
Owner

Granze commented Mar 10, 2016

Nice, I was waiting for this release, I'll check the PR tomorrow.
Thanks Mauro ;)

Granze added a commit that referenced this pull request Mar 11, 2016
@Granze Granze merged commit debc8c7 into Granze:master Mar 11, 2016
@maur8ino maur8ino deleted the update-ava branch March 11, 2016 09:54
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

Successfully merging this pull request may close these issues.

2 participants