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
+2 -2
View File
@@ -36,8 +36,8 @@
"test:coverage": "vitest run --coverage",
"test:coverage:partitioned": "tsx scripts/run-coverage-partitions.ts",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"test:golden": "vitest run --config vitest.golden.config.ts",
"test:golden:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.golden.config.ts",
"test:expected": "vitest run --config vitest.expected.config.ts",
"test:expected:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.expected.config.ts",
"test:issue-management": "node .github/issue-management/policy.test.mjs",
"test:snapshot": "vitest run --config vitest.snapshot.config.ts",
"test:snapshot:record": "DSH_SNAPSHOT=record vitest run --config vitest.snapshot.config.ts --update",