chore: rearrange
This commit is contained in:
@@ -6,7 +6,7 @@ import { join } from "node:path";
|
||||
import { spawnSync } from "node:child_process";
|
||||
import assert from "node:assert/strict";
|
||||
|
||||
const cliPath = new URL("../index.js", import.meta.url).pathname;
|
||||
const cliPath = new URL("../src/index.js", import.meta.url).pathname;
|
||||
const tempDir = mkdtempSync(join(tmpdir(), "glimpse-smoke-"));
|
||||
const filters = process.argv.slice(2).filter((arg) => arg !== "--list");
|
||||
const shouldList = process.argv.includes("--list");
|
||||
|
||||
Reference in New Issue
Block a user