From caeca947b9cd54bf9779227b889639cf1d0be758 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 1 Apr 2026 06:23:49 -0700 Subject: [PATCH] =?UTF-8?q?chore(guide):=20=F0=9F=94=A7=20Update=20Vitest?= =?UTF-8?q?=20config=20for=20Age=20of=20Dwarves=20game=20guide=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- games/age-of-dwarves/guide/vitest.config.ts | 1 + 1 file changed, 1 insertion(+) 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',