-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
refactor: remove unused ts-jest #17996
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17996 +/- ##
==========================================
- Coverage 67.06% 66.31% -0.76%
==========================================
Files 1612 1569 -43
Lines 64999 61554 -3445
Branches 6872 6232 -640
==========================================
- Hits 43594 40817 -2777
+ Misses 19538 19138 -400
+ Partials 1867 1599 -268
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
ef2911b
to
e19653b
Compare
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.
🥳 LGTM!
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.
LGTM!
SUMMARY
Currenttly,
ts-jest
is just used to import someesm
module fromreact-select/src
. We can useimport type
to avoid it, so we can removets-jest
and keep default transform injest.config.js
.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
CI
ADDITIONAL INFORMATION