Skip to main content
Back to the directory
lobehub/lobehubSoftware EngineeringFrontend and Design

testing

Vitest testing guide for LobeHub with commands, patterns, and best practices.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
844

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/lobehub/lobehub --skill testing
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, testing has 844 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: lobehub/lobehub. Canonical URL: https://skills.sh/lobehub/lobehub/testing.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Vitest testing guide for LobeHub with commands, patterns, and best practices. Commands: Never run bun run test - it runs all 3000+ tests (~10 minutes). See references/ for specific testing scenarios: When tests fail due to implementation changes (not bugs), evaluate before blindly fixing: - Run specific test files with bunx vitest run commands; avoid bun run test which runs 3000+ tests (~10 minutes) - Prefer vi.spyOn over vi.mock for targeted, maintainable mocks; use vi.stubGlobal for browser APIs - Test observable behavior rather than implementation details; delete param-forwarding tests that duplicate higher-level coverage - Includes detailed guides for database models, Electron IPC, Zustand stores, agent runtime E2E, and desktop controllers - Tests must pass type check; use beforeEach / afterEach for mock cleanup and state isolation - Prefer vi.spyOn over vi.mock - More targeted, easier to maintain - Tests must pass type check - Run bun run type-check after writing tests - After 1-2 failed fix attempts, stop and ask for help - Test behavior, not implementation details - Database Model testing : references/db-model-test.md - Electron IPC testing : references/electron-ipc-test.md - Zustand Store Action testing : references/zustand-store-action-test.md - Agent Runtime E2E testing : references/agent-runtime-e2e.md - Desktop Controller testing :...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does testing do?

Vitest testing guide for LobeHub with commands, patterns, and best practices.

Is testing good?

testing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support testing?

testing currently lists compatibility with Skills CLI.

Is testing safe to install?

testing has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to testing?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install testing?

Run the following command to install testing: npx skills add https://github.com/lobehub/lobehub --skill testing

Related skills

More from lobehub/lobehub

Related skills

Alternatives in Software Engineering