Skip to content

Commit 2559c72

Browse files
committed
fix: update test summary
1 parent e406c4a commit 2559c72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vitest.config.e2e.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ export default defineConfig({
1919
// skip link vite tets at local, it will panic at v8.
2020
'**/node_modules/**',
2121
// need to system format
22-
'./playground/vue-legacy/**/*.spec.[tj]s' ,
22+
'./playground/vue-legacy/**/*.spec.[tj]s',
2323
// need to umd format
24-
'./playground/vue-lib/**/*.spec.[tj]s',
24+
'./playground/vue-lib/**/*.spec.[tj]s',
25+
// ssr-vue test-server has runtime issue
26+
'./playground/ssr-vue/**/*.spec.[tj]s',
2527
],
2628
setupFiles: ['./playground/vitestSetup.ts'],
2729
globalSetup: ['./playground/vitestGlobalSetup.ts'],

0 commit comments

Comments
 (0)