Update test/test-utils/matchers/to-have-types.ts

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

View File

@ -47,7 +47,7 @@ export function toHaveTypes(
if (expectedTypes.length === 0) {
return {
pass: this.isNot,
message: () => "Expected to recieve a non-empty array of PokemonTypes, but got one!",
message: () => "Expected to receive a non-empty array of PokemonTypes!",
};
}