fix(ci): keep issue policy test discovery focused

This commit is contained in:
Tianyi Cui
2026-08-07 22:41:09 +08:00
parent 2cfea8ab67
commit 38c373af65
+1 -1
View File
@@ -29,7 +29,7 @@
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"test:issue-management": "node --test .github/issue-management/policy.test.mjs",
"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",
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",