mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Fix vitest.d.ts
This commit is contained in:
parent
a12327ea89
commit
e95471a876
2
test/@types/vitest.d.ts
vendored
2
test/@types/vitest.d.ts
vendored
@ -165,7 +165,7 @@ declare module "vitest" {
|
|||||||
* @param ppUsed - The numerical amount of PP that should have been consumed,
|
* @param ppUsed - The numerical amount of PP that should have been consumed,
|
||||||
* or `all` to indicate the move should be _out_ of PP
|
* or `all` to indicate the move should be _out_ of PP
|
||||||
* @remarks
|
* @remarks
|
||||||
* If the Pokemon's moveset has been set via {@linkcode Overrides.MOVESET_OVERRIDE}/{@linkcode Overrides.OPP_MOVESET_OVERRIDE}
|
* If the Pokemon's moveset has been set via {@linkcode Overrides.MOVESET_OVERRIDE}/{@linkcode Overrides.ENEMY_MOVESET_OVERRIDE}
|
||||||
* or does not contain exactly one copy of `moveId`, this will fail the test.
|
* or does not contain exactly one copy of `moveId`, this will fail the test.
|
||||||
*/
|
*/
|
||||||
toHaveUsedPP(moveId: MoveId, ppUsed: number | "all"): void;
|
toHaveUsedPP(moveId: MoveId, ppUsed: number | "all"): void;
|
||||||
|
Loading…
Reference in New Issue
Block a user