mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Fixed type error in d.ts file to shut up linters
This commit is contained in:
parent
b55c2433bd
commit
e9b758414c
2
test/@types/vitest.d.ts
vendored
2
test/@types/vitest.d.ts
vendored
@ -22,7 +22,7 @@ import type { expectedStatusType } from "#test/test-utils/matchers/to-have-statu
|
||||
import type { toHaveTypesOptions } from "#test/test-utils/matchers/to-have-types";
|
||||
import type { TurnMove } from "#types/turn-move";
|
||||
import type { AtLeastOne } from "#types/type-helpers";
|
||||
import type { toDmgValue } from "utils/common";
|
||||
import type { toDmgValue } from "#utils/common";
|
||||
import type { expect } from "vitest";
|
||||
|
||||
declare module "vitest" {
|
||||
|
Loading…
Reference in New Issue
Block a user