Skip to content

Commit b0a9a1a

Browse files
author
Dimitar Kerezov
committed
Update common library reference
1 parent 7b3d806 commit b0a9a1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/stubs.ts

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export class LoggerStub implements ILogger {
2323

2424
write(...args: string[]): void { }
2525

26+
printMarkdown(...args: string[]): void { }
27+
2628
prepare(item: any): string {
2729
return "";
2830
}

0 commit comments

Comments
 (0)