Skip to content

Commit 1842063

Browse files
committed
Remove unused import
This commit is mostly so that we can see whether the CI triggers a check of the CLI tests when files are touched within the CLI folder.
1 parent b3cb844 commit 1842063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/scripts/cli-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const colors = {
1212

1313
import fs from "fs";
1414
import path from "path";
15-
import { execSync, spawn } from "child_process";
15+
import { spawn } from "child_process";
1616
import os from "os";
1717
import { fileURLToPath } from "url";
1818

0 commit comments

Comments
 (0)