-
Notifications
You must be signed in to change notification settings - Fork 12
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
Monorepo support #22
Comments
Is there a public repo I can test against and see exactly what you are seeing @Fetz? |
@Fetz also can you more precisely define what "not working" means? |
If I understand correctly, how
alt should try to look for the alt test here:
but the tests are in this folder:
As well, I found as well that with new version of jest it supports tests files like this:
|
The only way I managed to handle all those variations from projects, was by using a configuration file for example using |
@Fetz I created a branch with a potential fix in it for this. Can you grab the "monorepo_support_22" branch and build it locally and use the appropriate build in the targets folder to test out if it is working correctly now? If you have any questions or need guidance just hit me up. |
@Fetz bump ^ |
@drewdeponte I will check today and I will let you know |
@Fetz did you ever get around to testing this? |
I just released a new major version bump of this, v4.0.0 which I believe should help this scenario. |
When using in a monorepo (example Lerna), if you run alt from root of the repo, alt is not working.
You need to go the first to one of the package folder
The text was updated successfully, but these errors were encountered: