-
Notifications
You must be signed in to change notification settings - Fork 142
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(jest): support ts/tsx test files #6684
refactor(jest): support ts/tsx test files #6684
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6684 +/- ##
=======================================
Coverage 80.67% 80.67%
=======================================
Files 397 397
Lines 12923 12923
Branches 4286 4286
=======================================
Hits 10425 10425
Misses 2498 2498
|
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.
🚀
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.
9f651fe
We'll likely want to be writing more tests in TypeScript moving forward, this PR updates our jest config to run test files with
ts
ortsx
extensions.What did you change?
How did you test and verify your work?
Existing tests still run as expected