Skip to content

Commit 4b7a096

Browse files
committed
Update testLogger.ts
1 parent 9466e82 commit 4b7a096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/test/utils/testLogger.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-console */
2+
13
class TestLogger {
24
private shouldSuppressErrors = false;
35
private originalConsoleError = console.error;

0 commit comments

Comments
 (0)