Skip to content

Commit a431887

Browse files
authored
docs: update plugins page (#5768)
1 parent ee27e48 commit a431887

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guide/using-plugins.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ title: Using Plugins | Guide
44

55
# Using Plugins
66

7-
Vitest can be extended using plugins...
7+
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.
8+
9+
For detailed guidance on how to write plugins, you can refer to the [Vite plugin documentation](https://vitejs.dev/guide/api-plugin).

0 commit comments

Comments
 (0)