Apply suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
innerthunder 2024-08-27 16:01:05 -07:00 committed by GitHub
parent 7e87a75773
commit 456f2221fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,9 @@ import GameManager from "#test/utils/gameManager";
import Phaser from "phaser";
import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
const TIMEOUT = 10 * 1000; // 10 ms timeout
const TIMEOUT = 10 * 1000; // 10 second timeout
describe("Moves - Tera Shell", () => {
describe("Abilities - Tera Shell", () => {
let phaserGame: Phaser.Game;
let game: GameManager;