Closed swcm-mnestler closed 1 year ago
Just ran into this problem setting up a monorepo with Lage, so applied these changes locally and it works a charm! Really hoping this gets merged soon 👍
Thanks for the PR @swcm-mpilz!
Looks like commitlint
tried to interpret the #L57-L69
at the end of the link as an issue ref, thus making this part of the commit message a footer.
I've adapted the commit message to pass commitlint
again
Code Climate has analyzed commit eecdb144 and detected 0 issues on this pull request.
View more on Code Climate.
Apologies, looks like the husky hooks didn't install correctly for me so prettier was not run against the source. I've rerun prettier, the lint task now passes locally
@sh33dafi Was this and the corresponding issue intended to be closed as completed? The change doesn't appear to have been merged?
@sh33dafi Was this and the corresponding issue intended to be closed as completed? The change doesn't appear to have been merged?
Should be fixed in 0.2.15 Was indeed not merged
Confirmed fixed in 0.2.15, thank you @swcm-mnestler and @sh33dafi !
Resolves outputDirectory relative to the jest root directory if it starts with
<rootDir>
. The implementation was inlined from jest-config.