Skip to content

Commit 968d19a

Browse files
Potential fix for code scanning alert no. 21: Unused variable, import, function or class
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent a4524e9 commit 968d19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/integration/cross-platform-cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { execSync } from 'node:child_process';
33
import { promises as fs } from 'node:fs';
44
import { join, sep } from 'node:path';
55
import os from 'node:os';
6-
import { existsSync, mkdtempSync } from 'node:fs';
6+
import { existsSync } from 'node:fs';
77

88
/**
99
* Cross-platform CLI E2E tests

0 commit comments

Comments
 (0)