mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 03:19:28 +02:00
Add missing TSDoc import to to-have-weather.ts
This commit is contained in:
parent
ecf86bca0b
commit
fc2eb7fd41
@ -1,3 +1,7 @@
|
||||
/** biome-ignore-start lint/correctness/noUnusedImports: TSDoc imports */
|
||||
import type { GameManager } from "#test/test-utils/game-manager";
|
||||
/** biome-ignore-end lint/correctness/noUnusedImports: TSDoc imports */
|
||||
|
||||
import { WeatherType } from "#enums/weather-type";
|
||||
import { isGameManagerInstance, receivedStr } from "#test/test-utils/test-utils";
|
||||
import { toTitleCase } from "#utils/strings";
|
||||
|
Loading…
Reference in New Issue
Block a user