We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628a4d6 commit e4a5409Copy full SHA for e4a5409
vitest.workspace.ts
@@ -1,4 +1,4 @@
1
-import { defineWorkspace, configDefaults } from 'vitest/config';
+import { defineWorkspace } from 'vitest/config';
2
3
const workspace = defineWorkspace([
4
'packages/abstractions',
@@ -7,4 +7,4 @@ const workspace = defineWorkspace([
7
'packages/serialization/*'
8
])
9
10
-export default workspace;
+export default workspace;
0 commit comments