mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: exclude e2e-docker tests from Vitest runner
The Playwright-based Docker e2e tests use test.describe() which is incompatible with Vitest. Exclude tests/e2e-docker/ from Vitest's test discovery, matching the existing tests/e2e/ exclusion.
This commit is contained in:
@@ -24,6 +24,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
exclude: [
|
exclude: [
|
||||||
"tests/e2e/**",
|
"tests/e2e/**",
|
||||||
|
"tests/e2e-docker/**",
|
||||||
"**/node_modules/**",
|
"**/node_modules/**",
|
||||||
"**/dist/**",
|
"**/dist/**",
|
||||||
"**/.{idea,git,cache,output,temp}/**",
|
"**/.{idea,git,cache,output,temp}/**",
|
||||||
|
|||||||
Reference in New Issue
Block a user