chore(guide): 🔧 Update Vitest config for Age of Dwarves game guide tests

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-01 06:23:49 -07:00
parent fcda95ffc2
commit caeca947b9

View file

@ -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',