ran biome

This commit is contained in:
Bertie690 2025-09-10 15:10:00 -04:00
parent af488a82ae
commit 7b2628dedd

View File

@ -70,7 +70,7 @@ describe("Move - Nature Power", () => {
getEnumValues(TerrainType).map(terrain => ({
move: getNaturePowerType(terrain, BiomeId.TOWN),
moveName: toTitleCase(MoveId[getNaturePowerType(terrain, BiomeId.TOWN)]),
terrain: terrain,
terrain,
terrainName: TerrainType[terrain],
})),
)("should select $moveName if the current terrain is $terrainName", async ({ move /*, terrain */ }) => {