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 0cf6e21 commit 0be1db9Copy full SHA for 0be1db9
vitest.config.e2e.ts
@@ -24,8 +24,6 @@ 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