mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
10 lines
378 B
Markdown
10 lines
378 B
Markdown
---
|
|
title: Using Plugins | Guide
|
|
---
|
|
|
|
# Using Plugins
|
|
|
|
Vitest can be extended using plugins, similar to how Vite plugins work. This allows you to enhance and customize Vitest's functionality by using the same API and concepts of Vite plugins.
|
|
|
|
For detailed guidance on how to write plugins, you can refer to the [Vite plugin documentation](https://vitejs.dev/guide/api-plugin).
|