-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Create a Babel preset with AVA-specific transforms #1195
Comments
novemberborn
added a commit
that referenced
this issue
Jan 18, 2017
Merged
novemberborn
added a commit
that referenced
this issue
Jan 19, 2017
novemberborn
added a commit
that referenced
this issue
Jan 19, 2017
novemberborn
added a commit
that referenced
this issue
Jan 19, 2017
novemberborn
added a commit
that referenced
this issue
Jan 19, 2017
novemberborn
added a commit
that referenced
this issue
Jan 19, 2017
novemberborn
added a commit
that referenced
this issue
Jan 19, 2017
novemberborn
added a commit
that referenced
this issue
Jan 19, 2017
novemberborn
added a commit
that referenced
this issue
Jan 20, 2017
novemberborn
added a commit
that referenced
this issue
Jan 20, 2017
Landed in #1197. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per RFC001 we're placing AVA-specific Babel transforms into its own preset.
This makes it possible for users to set up a custom Babel pipeline for tests, yet still apply AVA's transforms, without having to know specifics.
It should also be possible to apply these transforms in a build step, e.g. when publishing a package containing reusable tests or helpers.
The text was updated successfully, but these errors were encountered: