-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
babel-jest transforming dependencies #2034
Comments
You can adjust In Jest itself, this isn't a problem (we also use lerna): with |
Awesome, thanks for the reply — appreciate the insight. On Mon, Oct 31, 2016 at 6:47 PM Christoph Pojer notifications@github.com
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
babel-jest
doesn't transform package dependencies.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal repository on GitHub that we can
npm install
andnpm test
.We have a Lerna repo where one package depends on another. Jest will compile the immediate package, but skip compiling dependencies. This inevitably leads to errors like:
What is the expected behavior?
It just works I guess? Not 100% sure of what the preferred fix would be.
The text was updated successfully, but these errors were encountered: