From cd890025d1f1201e789fd01fabd8f2d8292fda0b Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:04:31 -0400 Subject: [PATCH] Update test/@types/vitest.d.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- test/@types/vitest.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/@types/vitest.d.ts b/test/@types/vitest.d.ts index e9f2dcee116..04c017f8e73 100644 --- a/test/@types/vitest.d.ts +++ b/test/@types/vitest.d.ts @@ -133,7 +133,7 @@ declare module "vitest" { /** * Check whether a {@linkcode Pokemon} has applied a specific {@linkcode AbilityId}. - * @param expectedAbilityId - The expected {@linkcode AbilityId} to + * @param expectedAbilityId - The expected {@linkcode AbilityId} to check for */ toHaveAbilityApplied(expectedAbilityId: AbilityId): void;