mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Fxixed test
This commit is contained in:
parent
ea4fff4718
commit
3a255e59b5
@ -74,7 +74,7 @@ describe("Moves - Roost", () => {
|
|||||||
tornadus.hp = 1;
|
tornadus.hp = 1;
|
||||||
|
|
||||||
game.move.use(MoveId.ROOST);
|
game.move.use(MoveId.ROOST);
|
||||||
await game.toEndOfTurn(true);
|
await game.toEndOfTurn(false);
|
||||||
|
|
||||||
// Should only be normal type, and NOT flying type
|
// Should only be normal type, and NOT flying type
|
||||||
expect(tornadus.getTypes()).toEqual([PokemonType.NORMAL]);
|
expect(tornadus.getTypes()).toEqual([PokemonType.NORMAL]);
|
||||||
|
Loading…
Reference in New Issue
Block a user