mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 03:19:28 +02:00
Update test/@types/vitest.d.ts
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
parent
c07f786042
commit
839a099b3a
4
test/@types/vitest.d.ts
vendored
4
test/@types/vitest.d.ts
vendored
@ -60,9 +60,7 @@ declare module "vitest" {
|
|||||||
/**
|
/**
|
||||||
* Check whether the current {@linkcode Arena} contains the given {@linkcode ArenaTag}.
|
* Check whether the current {@linkcode Arena} contains the given {@linkcode ArenaTag}.
|
||||||
* @param expectedType - The {@linkcode ArenaTagType} of the desired tag
|
* @param expectedType - The {@linkcode ArenaTagType} of the desired tag
|
||||||
* @param side - The {@linkcode ArenaTagSide | side of the field} the tag should affect, or
|
* @param side - The {@linkcode ArenaTagSide | side(s) of the field} the tag should affect; default {@linkcode ArenaTagSide.BOTH}
|
||||||
* {@linkcode ArenaTagSide.BOTH} to check both sides;
|
|
||||||
* default `ArenaTagSide.BOTH`
|
|
||||||
*/
|
*/
|
||||||
toHaveArenaTag(expectedType: ArenaTagType, side?: ArenaTagSide): void;
|
toHaveArenaTag(expectedType: ArenaTagType, side?: ArenaTagSide): void;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user