Skip to content

Commit

Permalink
chore: added auto generated workspace file from vitest extension in v…
Browse files Browse the repository at this point in the history
…scode
  • Loading branch information
nadr0 committed Jan 10, 2025
1 parent a77fa63 commit 8048c1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { defineWorkspace } from 'vitest/config'

export default defineWorkspace([
"./vite.main.config.ts",
"./vite.base.config.ts",
"./vite.config.ts",
"./vite.preload.config.ts",
"./vite.renderer.config.ts",
"./packages/codemirror-lang-kcl/vitest.main.config.ts"
])

0 comments on commit 8048c1c

Please sign in to comment.