]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: update edison/chore/vitest3 12759/head
authordaiwei <daiwei521@126.com>
Tue, 21 Jan 2025 08:40:42 +0000 (16:40 +0800)
committerdaiwei <daiwei521@126.com>
Tue, 21 Jan 2025 08:40:42 +0000 (16:40 +0800)
vitest.e2e.config.ts

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