|
- Vitest | Next Generation testing framework
Vite Powered Reuse Vite's config and plugins - consistent across your app and tests But it's not required to use Vitest!
- Getting Started | Guide | Vitest
Vitest (pronounced as "veetest") is a next generation testing framework powered by Vite You can learn more about the rationale behind the project in the Why Vitest section
- Vitest | 下一代测试框架
基于 Vite 驱动 可以重用 Vite 的配置和插件,使得应用和测试保持一致。 但是使用 Vitest 并不需要使用 Vite!
- 快速起步 | 指南 | Vitest
Vitest(发音为 "veetest") 是由 Vite 驱动的下一代测试框架。 你可以在 为什么是 Vitest 中了解有关该项目背后的基本原理的更多信息。
- Configuring Vitest
To configure vitest itself, add test property in your Vite config You'll also need to add a reference to Vitest types using a triple slash command at the top of your config file, if you are importing defineConfig from vite itself
- Features | Guide | Vitest
By default, Vitest catches and reports all unhandled rejections, uncaught exceptions (in Node js) and error events (in the browser) You can disable this behaviour by catching them manually
- Why Vitest | Guide | Vitest
This is Vitest, a next generation testing framework powered by Vite Given Jest's massive adoption, Vitest provides a compatible API that allows you to use it as a drop-in replacement in most projects
- Vitest 3. 0 is out! | Vitest
We have redesigned the public API available from vitest node and are planning to remove the experimental tag in the next minor version This release also includes brand new documentation covering all exposed methods
|
|
|