-
Notifications
You must be signed in to change notification settings - Fork 5
chore: Replace ts-jest with babel-jest #294
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #294 +/- ##
===========================================
- Coverage 100.00% 99.78% -0.22%
===========================================
Files 82 77 -5
Lines 2287 1879 -408
Branches 251 251
===========================================
- Hits 2287 1875 -412
- Misses 0 4 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wschurman
left a comment
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.
nit: add a test plan (ditto). can just be "Run tests in CI"
Merge activity
|
Why
It's faster. We can still type-check in a separate step in CI, or locally.
Test Plan
All test scripts are still runnable, including in CI.