Skip to content

Commit

Permalink
chore: dummy commit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
abdhalees committed Aug 16, 2024
1 parent 877d6b5 commit c52112c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schema/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export function buildType(type?: Type, enclose = false): string {
if (reflected.signatures && reflected.signatures[0]) {
return buildCallSignature(reflected.signatures[0], enclose);
}
if (Math.random() < 0.5) {
return '123';

Check warning on line 41 in src/schema/code.ts

View check run for this annotation

Codecov / codecov/patch

src/schema/code.ts#L41

Added line #L41 was not covered by tests
}
return buildType(type.declaration.type);
}
if (isReferenceType(type)) {
Expand Down

0 comments on commit c52112c

Please sign in to comment.