pokerogue/test
Sirz Benjie c0b3b0c55e
[Docs] Fixup typedoc warnings (#6540)
* Replace `@return` with `@returns`

* Remove extends tags

* Remove `@overrides` tag

* Remove `@abstract` tags

* Remove `@overload` tags

* Remove `@description` tags

* Remove `@static` tags

* Remove `@private` tags

* Remove `@warning`

* Remove `@PokemonSpecies`

* Remove {} appearing after `@returns`

* Remove {} appearing after `@param`

* Bump typedoc version

* Remove ...args in `@param` and replace with args

* Cleanup docs in challenge.ts

* Adjust hyphens

* Remove parenthesis in `@see` tags

* Remove old `@see` references
2025-09-10 13:35:55 -05:00
..
@types [Dev] Added egg move parse script & script type checking (#6116) 2025-09-07 11:35:52 -07:00
abilities [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
achievements [Misc] [UX] Add Daily Run Achievement, Re-Arrange Achievements, Replace some Icon Sprites (#6292) 2025-08-22 19:21:17 -04:00
arena [Test] Replace game.scene.getXPokemon()! with game.field.getXPokemon() 2025-08-04 21:19:57 -07:00
battle [Refactor] Remove null from PhaseManager.currentPhase signature 2025-09-05 09:28:35 -07:00
battler-tags [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
challenges [Refactor][UI/UX] Reorganize UI files (#6503) 2025-09-07 13:05:40 -07:00
data [Test] Replace game.scene.getXPokemon()! with game.field.getXPokemon() 2025-08-04 21:19:57 -07:00
eggs [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
field [Balance][Challenge] Block master ball catching final boss in challenges (#6273) 2025-08-20 19:24:55 -04:00
inputs [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
items [Refactor][UI/UX] Reorganize UI files (#6503) 2025-09-07 13:05:40 -07:00
moves [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
mystery-encounter [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
phases [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
plugins/api [Refactor][UI/UX] Reorganize UI files (#6503) 2025-09-07 13:05:40 -07:00
setting-menu [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
sprites [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
status-effects [Bug] Fix status effects overwriting each other (#6392) 2025-08-24 12:51:16 -05:00
system [UI/UX] [Feature] Save Management Tool (Rename/Delete Saves) (#5978) 2025-08-13 20:08:12 -05:00
test-utils [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
types [Test] Port over + augment remaining test matchers from pkty (#6159) 2025-08-02 15:35:06 -07:00
ui [UI/UX][Refactor] Moved and renamed some ui files (#6538) 2025-09-10 10:42:38 -05:00
utils Fix starterpref reset (#6430) 2025-08-26 12:11:16 -05:00
account.test.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
battle-scene.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
boss-pokemon.test.ts [Test] Cleaned up tests to use updated test utils; part 1 (#6176) 2025-08-19 19:21:40 -05:00
daily-mode.test.ts [Refactor][UI/UX] Reorganize UI files (#6503) 2025-09-07 13:05:40 -07:00
endless-boss.test.ts [Test] Replace game.scene.getXPokemon()! with game.field.getXPokemon() 2025-08-04 21:19:57 -07:00
enemy-command.test.ts [Test] Replace game.scene.getXPokemon()! with game.field.getXPokemon() 2025-08-04 21:19:57 -07:00
escape-calculations.test.ts [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
evolution.test.ts [Hotfix] Fix tyrogue evo (#6414) 2025-08-26 06:57:11 +00:00
final-boss.test.ts [Test] Replace game.scene.getXPokemon()! with game.field.getXPokemon() 2025-08-04 21:19:57 -07:00
font-face.setup.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
game-mode.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
imports.test.ts [Refactor][UI/UX] Reorganize UI files (#6503) 2025-09-07 13:05:40 -07:00
internals.test.ts [Test] Replace game.scene.getXPokemon()! with game.field.getXPokemon() 2025-08-04 21:19:57 -07:00
matchers.setup.ts [Refactor] Remove null from PhaseManager.currentPhase signature 2025-09-05 09:28:35 -07:00
misc.test.ts [Misc] Move asset initialization from preload to launchBattle 2025-08-02 14:29:35 -07:00
reload.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
utils.test.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
vitest.setup.ts [Dev] Remove useless noDoneCallback linting rule (#6520) 2025-09-08 10:53:59 -05:00