Update ignore-abilities.test.ts suite name

This commit is contained in:
Bertie690 2025-05-21 15:44:30 -04:00 committed by GitHub
parent a1890d78e0
commit 36135ea298
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-Ignoring Moves", () => {
let phaserGame: Phaser.Game;
let game: GameManager;