fix(test): use expected-output naming

This commit is contained in:
Tianyi Cui
2026-08-24 21:37:14 +08:00
parent 1cfe0f9942
commit caf386f59c
167 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ pnpm run clean # remove build outputs and safe residue from deleted pa
pnpm run test # unit tests
pnpm run test:coverage # CI coverage gate: per-file 100% on packages/*/*/src
pnpm run test:e2e # real-API tests; self-skip without DEEPSEEK_API_KEY
pnpm run test:golden # owner-local process goldens
pnpm run test:expected # owner-local process expectations
pnpm run test:snapshot # keyless recorded-session replay through shipped profiles; filter: -t <name>
pnpm run test:snapshot:record # re-record expected outputs (needs key)
pnpm run typecheck