Fixed incorrect ignore-abilities.test.ts test suite description

This commit is contained in:
Bertie690 2025-05-20 23:39:23 -04:00 committed by GitHub
parent 3f5d78266a
commit a1890d78e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ import GameManager from "#test/testUtils/gameManager";
import Phaser from "phaser";
import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
describe("Moves - Ability Ignores", () => {
describe("Moves - Ability Ignores -", () => {
let phaserGame: Phaser.Game;
let game: GameManager;