-
-
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
feat: create new @jest/transform package #7915
Conversation
958affe
to
e0e140f
Compare
}, | ||
{}, | ||
).options; | ||
const defaultConfig = makeGlobalConfig({rootDir: '/'}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like lerna leftover
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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-runtime
a bit smallerTest plan
Green CI