mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
Disable tests
This commit is contained in:
parent
f0d6b88a17
commit
50816b41f5
@ -148,7 +148,8 @@ const SPECIAL_TUTOR_MOVES = [MoveId.AEROBLAST, MoveId.AIR_SLASH, MoveId.HURRICAN
|
|||||||
|
|
||||||
const SUPPORT_TUTOR_MOVES = [MoveId.FEATHER_DANCE, MoveId.ROOST, MoveId.PLUCK, MoveId.TAILWIND];
|
const SUPPORT_TUTOR_MOVES = [MoveId.FEATHER_DANCE, MoveId.ROOST, MoveId.PLUCK, MoveId.TAILWIND];
|
||||||
|
|
||||||
describe("Sky Battle - Mystery Encounter", () => {
|
// Re-enable when the ME is re-enabled
|
||||||
|
describe.todo("Sky Battle - Mystery Encounter", () => {
|
||||||
let phaserGame: Phaser.Game;
|
let phaserGame: Phaser.Game;
|
||||||
let game: GameManager;
|
let game: GameManager;
|
||||||
let scene: BattleScene;
|
let scene: BattleScene;
|
||||||
|
Loading…
Reference in New Issue
Block a user