Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Aug 28, 2024
1 parent 655adff commit 9a64478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/cache/package/decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ interface CacheParameters {
}

function getClassName(instance: unknown): string | undefined {
// istanbul ignore if: should never happen
if (!is.object(instance)) {
return undefined;
}
Expand Down

0 comments on commit 9a64478

Please sign in to comment.