mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 11:29:28 +02:00
Add missing {
in TSDoc in vitest.d.ts
This commit is contained in:
parent
68eda38bee
commit
fb7f010251
2
test/@types/vitest.d.ts
vendored
2
test/@types/vitest.d.ts
vendored
@ -63,7 +63,7 @@ declare module "vitest" {
|
|||||||
/**
|
/**
|
||||||
* Check whether a {@linkcode Pokemon} has taken a specific amount of damage.
|
* Check whether a {@linkcode Pokemon} has taken a specific amount of damage.
|
||||||
* @param expectedDamageTaken - The expected amount of damage taken
|
* @param expectedDamageTaken - The expected amount of damage taken
|
||||||
* @param roundDown - Whether to round down @linkcode expectedDamageTaken} with {@linkcode toDmgValue}; default `true`
|
* @param roundDown - Whether to round down {@linkcode expectedDamageTaken} with {@linkcode toDmgValue}; default `true`
|
||||||
*/
|
*/
|
||||||
toHaveTakenDamage(expectedDamageTaken: number, roundDown?: boolean): void;
|
toHaveTakenDamage(expectedDamageTaken: number, roundDown?: boolean): void;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user