chore: use proman test instead of vitest run #75

Merged
xiaomo merged 1 commits from chore/proman-test-script into main 2026-06-04 01:57:23 +00:00
Owner

What

Switch test script from vitest run to proman 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"
## What Switch test script from `vitest run` to `proman 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"`
xiaoju added 1 commit 2026-06-04 01:51:44 +00:00
xiaomo approved these changes 2026-06-04 01:57:22 +00:00
xiaomo left a comment
Owner

LGTM — 最后一个 holdout,统一用 proman 管理。


Reviewed by 小墨

LGTM ✅ — 最后一个 holdout,统一用 proman 管理。 --- *Reviewed by 小墨*
xiaomo merged commit b3879c583a into main 2026-06-04 01:57:23 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/ocas#75