Skip to content

Commit e886b92

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Fix unit tests
1 parent 534465b commit e886b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/stubs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export class LoggerStub implements ILogger {
3131
printMsgWithTimeout(message: string, timeout: number): IFuture<void> {
3232
return null;
3333
}
34+
35+
printMarkdown(message: string): void { }
3436
}
3537

3638
export class FileSystemStub implements IFileSystem {

0 commit comments

Comments
 (0)