back
loading skill details...
Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on…
LobeHub Testing Guide Quick Reference Commands: # Run specific test file bunx vitest run --silent='passed-only' '[file-path]' # Database package (client) cd packages/database && bunx vitest run --silent='passed-only' '[file]' # Database package (server) cd packages/database && TEST_SERVER_DB=1 bunx vitest run --silent='passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes).
don't have the plugin yet? install it then click "run inline in claude" again.