We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa793f5 commit 6cf2caaCopy full SHA for 6cf2caa
integrationTests/utils/harperLifecycle.ts
@@ -1,5 +1,5 @@
1
import assert from 'node:assert/strict';
2
-import { spawn, ChildProcess, exec } from 'node:child_process';
+import { spawn, ChildProcess } from 'node:child_process';
3
import { createWriteStream, existsSync, rmSync, type WriteStream } from 'node:fs';
4
import { join } from 'node:path';
5
import { tmpdir } from 'node:os';
0 commit comments