testing
✓Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup, or test-related questions.
Installation
SKILL.md
Never run bun run test - it runs all 3000+ tests (10 minutes).
| Webapp | src//.test.ts(x) | vitest.config.ts | | Packages | packages///.test.ts | packages//vitest.config.ts | | Desktop | apps/desktop//.test.ts | apps/desktop/vitest.config.ts |
Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup, or test-related questions. Source: lobehub/lobe-chat.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lobehub/lobe-chat --skill testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/lobehub/lobe-chat --skill testing- Source
- lobehub/lobe-chat
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is testing?
Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup, or test-related questions. Source: lobehub/lobe-chat.
How do I install testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lobehub/lobe-chat --skill testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/lobehub/lobe-chat
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01