Skip to content

Commit

Permalink
test: ignore safeguard for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Feb 20, 2024
1 parent 2f645c8 commit 0d6a215
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ export class SafeDsTypeComputer {
if (classType instanceof ClassType) {
result.classTypes.push(classType);
} else {
/* c8 ignore next 2 */
result.containsUnknownType = true;
}
} else if (type === UnknownType) {
Expand Down

0 comments on commit 0d6a215

Please sign in to comment.