Skip to content

Commit

Permalink
Update src/test/ui/type-hints.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
  • Loading branch information
flx-sta and DayKev authored Oct 3, 2024
1 parent 15b8cf1 commit 3e76733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/type-hints.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit 3e76733

Please sign in to comment.