-
Notifications
You must be signed in to change notification settings - Fork 454
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
Select babel version with option #684
Comments
@Ailrun you can test our latest beta (see #697) which will use the |
@huafu I tested with both versions, and both work well. Thanks. |
However, coverage does not work with babel@7... I will make another issue for this. |
@Ailrun you meant, with |
In |
Thanks a lot @Ailrun. I'm actually adding an e2e test in beta for coverages, just realized there was none! BTW, we now have a Slack channel |
I think I also could close this. |
@Ailrun we left this one open as the current release does not fix the issue, only beta ;-) Update: when |
Issue :
ts-jest detect
@babel/core
automatically before detectingbabel-core
, so if I use some package that uses@babel/core
internally, I cannot usebabel-core
.Expected behavior :
I can use
babel-core
if I want.Output from debug log :
# content of debug.txt :
Minimal repo :
The text was updated successfully, but these errors were encountered: