We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e108484 commit ad85beeCopy full SHA for ad85bee
1 file changed
src/commands/test.run.spec.ts
@@ -5,7 +5,7 @@
5
* sleep injection is wired through `TestDeps.sleep` to avoid real delays.
6
*/
7
8
-import { mkdirSync, mkdtempSync, readFileSync, writeFileSync } from 'node:fs';
+import { mkdirSync, mkdtempSync, writeFileSync } from 'node:fs';
9
import { tmpdir } from 'node:os';
10
import { join } from 'node:path';
11
import type { Command } from 'commander';
0 commit comments