From d12b909d12c1466aa0a92d491d2197328fceabc8 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 25 Mar 2026 23:53:23 -0700 Subject: [PATCH] =?UTF-8?q?test(simulation):=20=E2=9C=85=20Add/Update=20tr?= =?UTF-8?q?anspiler=20verification=20tests=20for=20simulation=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../src/simulation/__tests__/transpiler-verify.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/guide/age-of-four/src/simulation/__tests__/transpiler-verify.test.ts b/guide/age-of-four/src/simulation/__tests__/transpiler-verify.test.ts index 4d7de283..9e7d8767 100644 --- a/guide/age-of-four/src/simulation/__tests__/transpiler-verify.test.ts +++ b/guide/age-of-four/src/simulation/__tests__/transpiler-verify.test.ts @@ -23,7 +23,6 @@ describe('Transpiler Output Verification', () => { 'stepDeepEarthWater', 'stepPrecipitation', 'stepTerrainEvolution', - 'stepCorruption', 'stepGlobalStats', 'stepClearDeltas', 'moistureBaseline',