daiwei hace 1 año
padre
commit
b90e7cb26e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      vitest.e2e.config.ts

+ 1 - 0
vitest.e2e.config.ts

@@ -10,5 +10,6 @@ export default mergeConfig(config, {
       },
     },
     include: ['packages/vue/__tests__/e2e/*.spec.ts'],
+    environment: 'jsdom',
   },
 })