-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow passing babel config through regular Jest config? #1
Comments
Temp solution jest-community/jest-runner-eslint#66 (comment) but this should land in runners you want to use. |
Why in |
Hey @tunnckoCore, thanks for the suggestion! I'd love for both libraries to work with a jest config, but unfortunately we have to do it this way until jest supports runner options like it does for reporters :< |
Happy to continue the discussion and re-open after Jest adds support! |
Yea, no problem. :) I have forked for that reason until then. It's a temporary solution that doesn't bother me. |
Hey again, Rick!
Just noticed that you use
cosmiconfig
to get the babel config fromjest-runner-babel
config, which... isn't great experience in my opinion. Also blocks if you want to provide "zero config" experience. For example building a tool that wraps the things, but also allow your end users to be able to use their configs if they need.Currently, this runner forces end-users to have a
jest-runner-babel
config.Same as jest-community/jest-runner-eslint#66
The text was updated successfully, but these errors were encountered: