mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
Update src/test/ui/type-hints.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
15b8cf1cae
commit
3e76733f0f
@ -7,7 +7,7 @@ import { Mode } from "#app/ui/ui";
|
||||
import GameManager from "#test/utils/gameManager";
|
||||
import Phaser from "phaser";
|
||||
import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";
|
||||
import MockText from "../utils/mocks/mocksContainer/mockText";
|
||||
import MockText from "#test/utils/mocks/mocksContainer/mockText";
|
||||
import i18next from "i18next";
|
||||
|
||||
describe("UI - Type Hints", () => {
|
||||
|
Loading…
Reference in New Issue
Block a user