fix(jest-config): add missing slash dependency#12080
fix(jest-config): add missing slash dependency#12080SimenB merged 6 commits intojestjs:mainfrom quisido:patch-1
Conversation
SimenB
left a comment
There was a problem hiding this comment.
thanks! please run yarn and add an entry to the changelog 🙂
|
Haha, I give up. You may want to look at this yourself. Looks like the I committed a workaround to treat I don't have bandwidth to investigate this further. 😢 |
SimenB
left a comment
There was a problem hiding this comment.
I think the issues you were seeing was due to using slash@4 which is ESM native. Downgrading to v3 (which is what we use elsewhere) should fix it 🙂
Codecov Report
@@ Coverage Diff @@
## main #12080 +/- ##
=======================================
Coverage 68.88% 68.89%
=======================================
Files 324 324
Lines 16669 16669
Branches 4814 4814
=======================================
+ Hits 11483 11484 +1
+ Misses 5153 5152 -1
Partials 33 33
Continue to review full report at Codecov.
|
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Adds dependency to
package.json.resolveConfigPathrequiresslashas a dependency, but this dependency is not declared inpackage.json, making it ambiguous.