From 6b500dc0c8bc0d2be552d53c7b1d63233d1cef69 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:45:33 -0500 Subject: [PATCH] Misc cleanup --- test/ai/ai-moveset-gen.test.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/ai/ai-moveset-gen.test.ts b/test/ai/ai-moveset-gen.test.ts index 173f98529a0..86ca929be77 100644 --- a/test/ai/ai-moveset-gen.test.ts +++ b/test/ai/ai-moveset-gen.test.ts @@ -14,11 +14,12 @@ import { NumberHolder } from "#utils/common"; import { afterEach } from "node:test"; import { afterAll, beforeAll, describe, expect, it, vi } from "vitest"; -// Need a function for creating a mock pokemon - +/** + * Parameters for {@linkcode createTestablePokemon} + */ interface MockPokemonParams { + /** The level to set the Pokémon to */ level: number; - hasTrainer?: boolean; /** * Whether the pokemon is a boss or not. * @defaultValue `false`