什么是 vitest?
Vitest 快速单元测试框架,由 Vite 提供支持,具有兼容 Jest 的 API。在编写测试、模拟、配置覆盖范围或使用测试过滤和装置时使用。 来源:workleap/wl-squide。
Vitest 快速单元测试框架,由 Vite 提供支持,具有兼容 Jest 的 API。在编写测试、模拟、配置覆盖范围或使用测试过滤和装置时使用。
通过命令行快速安装 vitest AI 技能到你的开发环境
来源:workleap/wl-squide。
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app.
The skill is based on Vitest 3.x, generated at 2026-01-28.
| Configuration | Vitest and Vite config integration, defineConfig usage | core-config | | CLI | Command line interface, commands and options | core-cli | | Test API | test/it function, modifiers like skip, only, concurrent | core-test-api | | Describe API | describe/suite for grouping tests and nested suites | core-describe |
Vitest 快速单元测试框架,由 Vite 提供支持,具有兼容 Jest 的 API。在编写测试、模拟、配置覆盖范围或使用测试过滤和装置时使用。 来源:workleap/wl-squide。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/workleap/wl-squide --skill vitestVitest 快速单元测试框架,由 Vite 提供支持,具有兼容 Jest 的 API。在编写测试、模拟、配置覆盖范围或使用测试过滤和装置时使用。 来源:workleap/wl-squide。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/workleap/wl-squide --skill vitest 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/workleap/wl-squide