Update test/@types/vitest.d.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-05 00:04:31 -04:00 committed by GitHub
parent 71801fe298
commit cd890025d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;