We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4a89b commit c0c06acCopy full SHA for c0c06ac
e2e/helpers.ts
@@ -1,5 +1,5 @@
1
import { execSync, ExecSyncOptionsWithStringEncoding } from 'child_process';
2
-import { mkdtempSync, mkdirSync, rmSync, writeFileSync } from 'fs';
+import { mkdtempSync, rmSync, writeFileSync } from 'fs';
3
import { tmpdir } from 'os';
4
import { join } from 'path';
5
0 commit comments