diff --git a/test/@types/vitest.d.ts b/test/@types/vitest.d.ts index 21cf76ed352..06cc0ecac0d 100644 --- a/test/@types/vitest.d.ts +++ b/test/@types/vitest.d.ts @@ -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" {