-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: separate out build tsconfig #281
chore: separate out build tsconfig #281
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7651148
to
e3c3ac9
Compare
b64fd88
to
98eef2d
Compare
eb4f596
to
7ae6c2d
Compare
98eef2d
to
adf1c53
Compare
7ae6c2d
to
80f3983
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #281 +/- ##
===========================================
+ Coverage 99.68% 100.00% +0.31%
===========================================
Files 81 80 -1
Lines 2192 2155 -37
Branches 241 230 -11
===========================================
- Hits 2185 2155 -30
+ Misses 7 0 -7
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:
|
80f3983
to
81b7e9e
Compare
Why
A follow-up to #280 to no longer include test files in built files. While this shouldn't matter too much (since they weren't in the barrel files) it is still better for sanity.
This allows us to consolidate testfixture pattern and clean up the sync test from #280.
How
Add new tsconfigs, update scripts, update test.
Test Plan
Run tests. Then try
yarn tsc
andyarn build
, inspect the outputs.