We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e406c4a commit 2559c72Copy full SHA for 2559c72
vitest.config.e2e.ts
@@ -19,9 +19,11 @@ export default defineConfig({
19
// skip link vite tets at local, it will panic at v8.
20
'**/node_modules/**',
21
// need to system format
22
- './playground/vue-legacy/**/*.spec.[tj]s' ,
+ './playground/vue-legacy/**/*.spec.[tj]s',
23
// need to umd format
24
- './playground/vue-lib/**/*.spec.[tj]s',
+ './playground/vue-lib/**/*.spec.[tj]s',
25
+ // ssr-vue test-server has runtime issue
26
+ './playground/ssr-vue/**/*.spec.[tj]s',
27
],
28
setupFiles: ['./playground/vitestSetup.ts'],
29
globalSetup: ['./playground/vitestGlobalSetup.ts'],
0 commit comments