Skip to content

Commit

Permalink
chore: [1] Add vitest extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Aug 31, 2024
1 parent 9bde659 commit ea2e109
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ node_modules
tmp
lerna-debug.log
.DS_Store
.vscode
.idea
.turbo
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"]
}
3 changes: 3 additions & 0 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { defineWorkspace } from 'vitest/config';

export default defineWorkspace(['./packages/happy-dom/vitest.config.ts']);

0 comments on commit ea2e109

Please sign in to comment.