mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 06:53:27 +02:00
ran biome
This commit is contained in:
parent
af488a82ae
commit
7b2628dedd
@ -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 */ }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user