Skip to content

Commit 0cf6e21

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vitest.config.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
},
1515
},
1616
test: {
17-
include: ['./playground/ssr-vue/**/*.spec.[tj]s'],
17+
include: ['./playground/**/**/*.spec.[tj]s'],
1818
exclude: [
1919
// skip link vite tets at local, it will panic at v8.
2020
'**/node_modules/**',
@@ -24,6 +24,8 @@ export default defineConfig({
2424
'./playground/vue-lib/**/*.spec.[tj]s',
2525
// ssr-vue test-server has runtime issue
2626
'./playground/ssr-vue/**/*.spec.[tj]s',
27+
// not find the issue
28+
'./playground/tailwind/**/*.spec.[tj]s',
2729
],
2830
setupFiles: ['./playground/vitestSetup.ts'],
2931
globalSetup: ['./playground/vitestGlobalSetup.ts'],

0 commit comments

Comments
 (0)