Update test/testUtils/gameManager.ts

Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
PigeonBar 2025-01-11 20:29:53 -05:00 committed by Sirz Benjie
parent 1b7400a6f2
commit ac6853dc60
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -57,7 +57,7 @@ import fs from "fs";
import { expect, vi } from "vitest";
import { globalScene } from "#app/global-scene";
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.