Closed bdehamer closed 1 month ago
Latest commit: 94e1891ffaafe4be3eec59a46106092555b7f1db
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Summary
When running the unit tests under node 22, we saw the code coverage stats drop on a number of packages. It appears that the coverage metrics for the
??
and?.
operators are handled differently under node 22.This PR brings our cover stats back to 100% under node 22. Where possible, I've added new tests to hit the missing code paths -- otherwise, I've excluded specific lines from the coverage metric.