This commit is contained in:
NightKev 2025-09-15 18:11:59 -07:00 committed by Sirz Benjie
parent 5b759ee7b4
commit ebe232fd74
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -84,7 +84,7 @@ interface GameManagerMatchers {
* Check if the {@linkcode GameManager} has shown the given message at least once in the current test case. * 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 * @param expectedMessage - The expected message to be displayed
* @remarks * @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. * to avoid hardcoding text into test files.
*/ */
toHaveShownMessage(expectedMessage: string): void; toHaveShownMessage(expectedMessage: string): void;