mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Update test/@types/vitest.d.ts
This commit is contained in:
parent
ed984040a7
commit
05e50c6580
2
test/@types/vitest.d.ts
vendored
2
test/@types/vitest.d.ts
vendored
@ -23,7 +23,7 @@ import type { TurnMove } from "#types/turn-move";
|
|||||||
import type { AtLeastOne } from "#types/type-helpers";
|
import type { AtLeastOne } from "#types/type-helpers";
|
||||||
import type { toDmgValue } from "#utils/common";
|
import type { toDmgValue } from "#utils/common";
|
||||||
import type { expect } from "vitest";
|
import type { expect } from "vitest";
|
||||||
import { toHaveBattlerTagOptions } from "#test/test-utils/matchers/to-have-battler-tag";
|
import type { toHaveBattlerTagOptions } from "#test/test-utils/matchers/to-have-battler-tag";
|
||||||
|
|
||||||
declare module "vitest" {
|
declare module "vitest" {
|
||||||
interface Assertion<T> {
|
interface Assertion<T> {
|
||||||
|
Loading…
Reference in New Issue
Block a user