pokerogue/test/ui
Bertie690 8734062401
[Test] Cleaned up tests to use updated test utils; part 1 (#6176)
* Removed bangs from `getEnemyParty` and `getPlayerParty`

* Replaced instances of consecutive `game.scene.getPlayerParty` with destructuring

* More array destructuring!!!

* Replaced `game.scene.getXXXParty()[0]` with `game.field.getEnemyPokemon`

* Deleted duplicate sturdy test case

* Fiexd syntax errors

* Fixed remaining issues; removed direct assignment to `Pokemon.moveset`

* Fixed remaining error
2025-08-19 19:21:40 -05:00
..
battle-info.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
item-manage-button.test.ts [UI/UX] Implement Discard Button (#5985) 2025-07-31 16:14:51 -04:00
pokedex.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
starter-select.test.ts [Test] Cleaned up tests to use updated test utils; part 1 (#6176) 2025-08-19 19:21:40 -05:00
transfer-item.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
type-hints.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00