Skip to content

Commit

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

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

}
}
])
export default [
"apps/*",
"docs/*"
]

0 comments on commit fe9d882

Please sign in to comment.