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 2559c72 commit 0cf6e21Copy full SHA for 0cf6e21
vitest.config.e2e.ts
@@ -14,7 +14,7 @@ export default defineConfig({
14
},
15
16
test: {
17
- include: ['./playground/ssr-vue/**/*.spec.[tj]s'],
+ include: ['./playground/**/**/*.spec.[tj]s'],
18
exclude: [
19
// skip link vite tets at local, it will panic at v8.
20
'**/node_modules/**',
@@ -24,6 +24,8 @@ export default defineConfig({
24
'./playground/vue-lib/**/*.spec.[tj]s',
25
// ssr-vue test-server has runtime issue
26
'./playground/ssr-vue/**/*.spec.[tj]s',
27
+ // not find the issue
28
+ './playground/tailwind/**/*.spec.[tj]s',
29
],
30
setupFiles: ['./playground/vitestSetup.ts'],
31
globalSetup: ['./playground/vitestGlobalSetup.ts'],
0 commit comments