Update freezy_frost.test.ts

Remove js file extension
This commit is contained in:
schmidtc1 2024-09-11 22:02:37 -04:00 committed by GitHub
parent 9959a0c3e6
commit 7c7408d14a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ import GameManager from "#test/utils/gameManager";
import Phaser from "phaser";
import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
import { allMoves } from "#app/data/move";
import { CommandPhase } from "#app/phases/command-phase.js";
import { CommandPhase } from "#app/phases/command-phase";
describe("Moves - Freezy Frost", () => {
let phaserGame: Phaser.Game;