mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Fix typo
This commit is contained in:
parent
5b759ee7b4
commit
ebe232fd74
2
test/@types/vitest.d.ts
vendored
2
test/@types/vitest.d.ts
vendored
@ -84,7 +84,7 @@ interface GameManagerMatchers {
|
||||
* Check if the {@linkcode GameManager} has shown the given message at least once in the current test case.
|
||||
* @param expectedMessage - The expected message to be displayed
|
||||
* @remarks
|
||||
* Strings consumed by this function should _always_ be produced by a call to `i18n.t`
|
||||
* Strings consumed by this function should _always_ be produced by a call to `i18next.t`
|
||||
* to avoid hardcoding text into test files.
|
||||
*/
|
||||
toHaveShownMessage(expectedMessage: string): void;
|
||||
|
Loading…
Reference in New Issue
Block a user