Skip to content

Commit

Permalink
chore: [1] Add vitest extensions (#1523)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ortner <[email protected]>
  • Loading branch information
btea and capricorn86 authored Aug 31, 2024
1 parent d0c8ab5 commit 07a424a
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 07a424a

Please sign in to comment.