Explorar o código

chore: add recommendations extensions vitest (#11610)

btea hai 1 ano
pai
achega
c66a362f50
Modificáronse 2 ficheiros con 9 adicións e 0 borrados
  1. 3 0
      .vscode/extensions.json
  2. 6 0
      vitest.workspace.ts

+ 3 - 0
.vscode/extensions.json

@@ -0,0 +1,3 @@
+{
+  "recommendations": ["vitest.explorer"]
+}

+ 6 - 0
vitest.workspace.ts

@@ -0,0 +1,6 @@
+import { defineWorkspace } from 'vitest/config'
+
+export default defineWorkspace([
+  './vitest.unit.config.ts',
+  './vitest.e2e.config.ts',
+])