We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3d806 commit b0a9a1aCopy full SHA for b0a9a1a
lib/common
test/stubs.ts
@@ -23,6 +23,8 @@ export class LoggerStub implements ILogger {
23
24
write(...args: string[]): void { }
25
26
+ printMarkdown(...args: string[]): void { }
27
+
28
prepare(item: any): string {
29
return "";
30
}
0 commit comments