chore: use proman test instead of vitest run #75
Reference in New Issue
Block a user
Delete Branch "chore/proman-test-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Switch test script from
vitest runtoproman test.Why
All other scripts (build, check, format) already use proman. The test script was the last holdout.
Changes
package.json:"test": "vitest run"→"test": "proman test"LGTM ✅ — 最后一个 holdout,统一用 proman 管理。
Reviewed by 小墨