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

View File

@@ -1,3 +1,4 @@
// Program context tests cover command context creation and propagation.
import { Command } from "commander";
import { describe, expect, it } from "vitest";
import type { ProgramContext } from "./context.js";