Skip to content

Commit 9990414

Browse files
committed
fix: remove unused ChildProcess import (dead code)
1 parent d878134 commit 9990414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/__tests__/log_capture_escape.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ type CallHistoryEntry = {
1313
};
1414

1515
function createMockExecutorWithCalls(callHistory: CallHistoryEntry[]): CommandExecutor {
16-
const { ChildProcess } = require('child_process');
1716
const mockProcess = {
1817
pid: 12345,
1918
stdout: null,

0 commit comments

Comments
 (0)