mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 10:42:25 +02:00
Update test/testUtils/gameManager.ts
Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
parent
1b7400a6f2
commit
ac6853dc60
@ -57,7 +57,7 @@ import fs from "fs";
|
|||||||
import { expect, vi } from "vitest";
|
import { expect, vi } from "vitest";
|
||||||
import { globalScene } from "#app/global-scene";
|
import { globalScene } from "#app/global-scene";
|
||||||
import type StarterSelectUiHandler from "#app/ui/starter-select-ui-handler";
|
import type StarterSelectUiHandler from "#app/ui/starter-select-ui-handler";
|
||||||
import { MockFetch } from "./mocks/mockFetch";
|
import { MockFetch } from "#test/testUtils/mocks/mockFetch";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to manage the game state and transitions between phases.
|
* Class to manage the game state and transitions between phases.
|
||||||
|
Loading…
Reference in New Issue
Block a user