diff --git a/docs/config/index.md b/docs/config/index.md index 66779680059b..310294949f64 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -22,7 +22,7 @@ import { defineConfig } from 'vite' export default defineConfig({ test: { - // ... + // ... Specify options here. }, }) ``` @@ -34,7 +34,7 @@ import { defineConfig } from 'vitest/config' export default defineConfig({ test: { - // ... + // ... Specify options here. }, }) ```