Skip to content

Commit

Permalink
chore: add recommendations extensions vitest (vueuse#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Aug 25, 2024
1 parent 67ab3b6 commit e71eb1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"bierner.lit-html",
"antfu.vite"
"antfu.vite",
"vitest.explorer"
]
}
6 changes: 6 additions & 0 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { defineWorkspace } from 'vitest/config'

export default defineWorkspace([
'./vitest.unit.config.ts',
'./vitest.e2e.config.ts',
])

0 comments on commit e71eb1e

Please sign in to comment.