pokerogue/test/phases
Bertie690 d5e6670456
[Refactor] Remove null from PhaseManager.currentPhase signature
https://github.com/pagefaultgames/pokerogue/pull/6243

* Added `toBeAtPhase` + removed `null` from phase manager current phase signature

* Removed bangs from various calls to phase manager

* Update phase-manager.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* ran biome

* Fix missing bang

* Simplify TSDoc

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-09-05 09:28:35 -07:00
..
capture-phase.test.ts [Bug] Fix Thrash continuing on caught Pokemon (#6144) 2025-07-25 23:55:13 +00:00
check-interlude-phase.test.ts [Test] Add missing single battle override to CheckInterludePhase test 2025-07-29 20:02:30 -07:00
form-change-phase.test.ts [Test] Cleaned up tests to use updated test utils; part 1 (#6176) 2025-08-19 19:21:40 -05:00
frenzy-move-reset.test.ts [Test] Replace game.scene.getXPokemon()! with game.field.getXPokemon() 2025-08-04 21:19:57 -07:00
game-over-phase.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
learn-move-phase.test.ts [Test] Replace game.scene.getXPokemon()! with game.field.getXPokemon() 2025-08-04 21:19:57 -07:00
mystery-encounter-phase.test.ts [Refactor] Remove null from PhaseManager.currentPhase signature 2025-09-05 09:28:35 -07:00
phases.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
select-modifier-phase.test.ts [Test] Removed deprecated functions from phase interceptor (#6195) 2025-08-19 19:54:40 -05:00