From 6f9bc79c1eabbfa5fe502c8f58310c79f518f48e Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sat, 2 Aug 2025 15:22:57 -0700 Subject: [PATCH] Add missing TSDoc import in `to-have-status-effect.ts` --- test/test-utils/matchers/to-have-status-effect.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-utils/matchers/to-have-status-effect.ts b/test/test-utils/matchers/to-have-status-effect.ts index 662dbf85aa6..a46800632f3 100644 --- a/test/test-utils/matchers/to-have-status-effect.ts +++ b/test/test-utils/matchers/to-have-status-effect.ts @@ -1,4 +1,5 @@ /* biome-ignore-start lint/correctness/noUnusedImports: tsdoc imports */ +import type { Status } from "#data/status-effect"; import type { Pokemon } from "#field/pokemon"; /* biome-ignore-end lint/correctness/noUnusedImports: tsdoc imports */