-
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
Add more clarification for different Babel config in .babelrc.md #1642
Conversation
Add more explanation for the difference between tests vs sources babel configuration.
docs/recipes/babelrc.md
Outdated
@@ -36,6 +36,8 @@ You can override the default Babel configuration AVA uses for test transpilation | |||
} | |||
``` | |||
|
|||
Note that this only overrides babel for transpiling tests. If you have sources linked to a test, then you still need to add separate babel configuration for sources explained [here](#transpiling-sources). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
babel => Babel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Can you give the PR a proper title? |
babel -> Babel. This is a revised PR from previous commit.
All fixed. Sorry for that. |
@willnode I've pushed an edit, does it seem OK to you? |
@novemberborn looks better to me. |
Fixes #1640. Add more explanation for the difference between tests vs sources babel configuration.
We may need to update the france translation later.