-
-
Notifications
You must be signed in to change notification settings - Fork 7
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: added an assortment of unit tests #205
Conversation
Codecov Report
@@ Coverage Diff @@
## main #205 +/- ##
===========================================
+ Coverage 20.78% 46.84% +26.05%
===========================================
Files 20 20
Lines 457 459 +2
Branches 179 179
===========================================
+ Hits 95 215 +120
+ Misses 338 216 -122
- Partials 24 28 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 8 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
5553cfd
to
352ba21
Compare
352ba21
to
17b65c5
Compare
expect(callback).not.toHaveBeenCalled(); | ||
}); | ||
|
||
if (isTsVersionAtLeast(4, 3)) { |
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.
This fails in TS 4.2: https://github.com/JoshuaKGoldberg/ts-api-utils/actions/runs/4815452608/jobs/8574152647?pr=205
...which makes me motivated to drop support for TS 4.2. #206
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'm all for using newer versions
PR Checklist
status: accepting prs
Overview
I had some time on a road trip today and was motivated to backfill some tests 😄. Doesn't add in 100% coverage on any file or really finish any of the linked issues. Just raises test coverage across the board in general.