We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d42d2 commit 0e71b7fCopy full SHA for 0e71b7f
lib/common/test/unit-tests/stubs.ts
@@ -80,6 +80,7 @@ export class CommonLoggerStub implements ILogger {
80
isVerbose(): boolean {
81
return false;
82
}
83
+ clearScreen(): void {}
84
85
86
export class ErrorsStub implements IErrors {
test/stubs.ts
@@ -139,6 +139,8 @@ export class LoggerStub implements ILogger {
139
140
141
142
+
143
144
145
146
export class FileSystemStub implements IFileSystem {
0 commit comments