feat: create new @jest/transform package#7915
Conversation
958affe to
e0e140f
Compare
| }, | ||
| {}, | ||
| ).options; | ||
| const defaultConfig = makeGlobalConfig({rootDir: '/'}); |
There was a problem hiding this comment.
I had completely forgotten about this util 😅 Dropping the jest-config dep means this package is ready to be written in TS (followed by @jest/reporters), which is nice
Codecov Report
@@ Coverage Diff @@
## master #7915 +/- ##
==========================================
- Coverage 57.91% 57.89% -0.03%
==========================================
Files 164 165 +1
Lines 6093 6092 -1
Branches 6 5 -1
==========================================
- Hits 3529 3527 -2
- Misses 2562 2563 +1
Partials 2 2
Continue to review full report at Codecov.
|
| "engines": { | ||
| "node": ">= 6" | ||
| }, | ||
| "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" |
There was a problem hiding this comment.
looks like lerna leftover
There was a problem hiding this comment.
yeah, not sure what purpose it serves, but I don't wanna delete it
|
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
Trying to make
jest-runtimea bit smallerTest plan
Green CI