Move test to reflect new location

This commit is contained in:
Dean 2025-02-25 00:49:50 -08:00
parent 0aba03800d
commit 71b5c02ef7

View File

@ -4,7 +4,7 @@ import { ArenaTagType } from "#enums/arena-tag-type";
import { Moves } from "#enums/moves";
import { Species } from "#enums/species";
import { Stat } from "#enums/stat";
import GameManager from "#test/utils/gameManager";
import GameManager from "#test/testUtils/gameManager";
import Phaser from "phaser";
import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";