Skip to content

Commit

Permalink
docs: make it more explicit where options go (#4266)
Browse files Browse the repository at this point in the history
  • Loading branch information
foges committed Oct 7, 2023
1 parent 7f91c6f commit 611f0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { defineConfig } from 'vite'

export default defineConfig({
test: {
// ...
// ... Specify options here.
},
})
```
Expand All @@ -34,7 +34,7 @@ import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
// ...
// ... Specify options here.
},
})
```
Expand Down

0 comments on commit 611f0b2

Please sign in to comment.