Skip to content

Commit ad85bee

Browse files
authored
Remove unused readFileSync import from test file
1 parent e108484 commit ad85bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/test.run.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* sleep injection is wired through `TestDeps.sleep` to avoid real delays.
66
*/
77

8-
import { mkdirSync, mkdtempSync, readFileSync, writeFileSync } from 'node:fs';
8+
import { mkdirSync, mkdtempSync, writeFileSync } from 'node:fs';
99
import { tmpdir } from 'node:os';
1010
import { join } from 'node:path';
1111
import type { Command } from 'commander';

0 commit comments

Comments
 (0)