Skip to content

Commit

Permalink
chore: add recommendations extensions vitest (vuejs#11610)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Aug 15, 2024
1 parent c96ec67 commit c66a362
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["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 c66a362

Please sign in to comment.