mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 08:19:33 +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 GameManager from "#test/utils/gameManager";
|
||||||
import Phaser from "phaser";
|
import Phaser from "phaser";
|
||||||
import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";
|
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";
|
import i18next from "i18next";
|
||||||
|
|
||||||
describe("UI - Type Hints", () => {
|
describe("UI - Type Hints", () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user