mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +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 => ({
|
getEnumValues(TerrainType).map(terrain => ({
|
||||||
move: getNaturePowerType(terrain, BiomeId.TOWN),
|
move: getNaturePowerType(terrain, BiomeId.TOWN),
|
||||||
moveName: toTitleCase(MoveId[getNaturePowerType(terrain, BiomeId.TOWN)]),
|
moveName: toTitleCase(MoveId[getNaturePowerType(terrain, BiomeId.TOWN)]),
|
||||||
terrain: terrain,
|
terrain,
|
||||||
terrainName: TerrainType[terrain],
|
terrainName: TerrainType[terrain],
|
||||||
})),
|
})),
|
||||||
)("should select $moveName if the current terrain is $terrainName", async ({ move /*, terrain */ }) => {
|
)("should select $moveName if the current terrain is $terrainName", async ({ move /*, terrain */ }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user