diff --git a/games/age-of-dwarves/guide/vitest.config.ts b/games/age-of-dwarves/guide/vitest.config.ts index 73990ee5..3f336a5e 100644 --- a/games/age-of-dwarves/guide/vitest.config.ts +++ b/games/age-of-dwarves/guide/vitest.config.ts @@ -9,6 +9,7 @@ export default defineConfig({ // They are run separately via `pnpm test:wasm` when the WASM build is available. exclude: [ '**/node_modules/**', + '**/e2e/**', '**/simulation/__tests__/abiotic-biome-check.test.ts', '**/simulation/__tests__/ecology-golden-vectors.test.ts', '**/simulation/__tests__/planet-lifecycle.test.ts',