Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Dec 27, 2023
1 parent ceb52cd commit 4e4b28c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
export default [
"apps/*",
"docs/*"
]
import { defineWorkspace } from 'vitest/config'

// defineWorkspace provides a nice type hinting DX
export default defineWorkspace([
'apps/*',
"docs/*",
{
test: {

}
}
])

0 comments on commit 4e4b28c

Please sign in to comment.