Skip to content

Commit c0c06ac

Browse files
committed
Clean up e2e test
1 parent 4c4a89b commit c0c06ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execSync, ExecSyncOptionsWithStringEncoding } from 'child_process';
2-
import { mkdtempSync, mkdirSync, rmSync, writeFileSync } from 'fs';
2+
import { mkdtempSync, rmSync, writeFileSync } from 'fs';
33
import { tmpdir } from 'os';
44
import { join } from 'path';
55

0 commit comments

Comments
 (0)