Skip to content

Commit

Permalink
fix: update test summary
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Jul 31, 2024
1 parent 2559c72 commit 0cf6e21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
},
},
test: {
include: ['./playground/ssr-vue/**/*.spec.[tj]s'],
include: ['./playground/**/**/*.spec.[tj]s'],
exclude: [
// skip link vite tets at local, it will panic at v8.
'**/node_modules/**',
Expand All @@ -24,6 +24,8 @@ export default defineConfig({
'./playground/vue-lib/**/*.spec.[tj]s',
// ssr-vue test-server has runtime issue
'./playground/ssr-vue/**/*.spec.[tj]s',
// not find the issue
'./playground/tailwind/**/*.spec.[tj]s',
],
setupFiles: ['./playground/vitestSetup.ts'],
globalSetup: ['./playground/vitestGlobalSetup.ts'],
Expand Down

0 comments on commit 0cf6e21

Please sign in to comment.