Closed lukeed closed 1 year ago
definitely have 2 tests covering the 1 line that nyc & codecov thinks isn't being covered
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
23b6e2d
) compared to base (dc499dc
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Breaking change because the
resolve
function (as well as the newexports
andimports
functions) can now returnstring[] | undefined
instead ofstring | undefined
.