chore: rearrange

This commit is contained in:
2026-04-26 12:54:41 -04:00
parent fe1244ad0b
commit 2f83fa3117
8 changed files with 16 additions and 16 deletions

View File

@@ -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");