docs: document cli program tests

This commit is contained in:
Peter Steinberger
2026-06-04 19:41:55 -04:00
parent b59b34f9d5
commit 4499b24781
38 changed files with 38 additions and 0 deletions
@@ -1,3 +1,4 @@
// Build program version alias tests cover version flag aliases on the root program.
import process from "node:process";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { buildProgram } from "./build-program.js";