There was an error while loading. Please reload this page.
1 parent 11b9555 commit c643aabCopy full SHA for c643aab
1 file changed
src/tests/logger.test.ts
@@ -1,10 +1,7 @@
1
import {afterEach, describe, expect, test} from '@jest/globals';
2
3
import {configureStdioTransportLogging, ensureLoggerWritesToStderr, log} from '../logger.js';
4
-import {
5
- isStdioTransportLoggingConfigured,
6
- markStdioTransportLoggingConfigured,
7
-} from '../stdio-logging-state.js';
+import {isStdioTransportLoggingConfigured, markStdioTransportLoggingConfigured} from '../stdio-logging-state.js';
8
import {QUIET_WEBDRIVER_LOG_LEVEL, withQuietWebDriverLogging} from '../utils/webdriver-client-options.js';
9
10
describe('stdio transport logging', () => {
0 commit comments