[Test] Fix test names that weren't changed from copy/pasting (#3502)
This commit is contained in:
parent
53e54df9ee
commit
0e0ed10ce0
|
@ -16,7 +16,7 @@ import { SPLASH_ONLY } from "#test/utils/testUtils";
|
|||
|
||||
const TIMEOUT = 20 * 1000;
|
||||
|
||||
describe("Abilities - Protean", () => {
|
||||
describe("Abilities - Libero", () => {
|
||||
let phaserGame: Phaser.Game;
|
||||
let game: GameManager;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import { getMovePosition } from "#test/utils/gameManagerUtils";
|
|||
import { WeatherType } from "#app/enums/weather-type.js";
|
||||
|
||||
|
||||
describe("Ability Timing", () => {
|
||||
describe("Abilities - Sand Spit", () => {
|
||||
let phaserGame: Phaser.Game;
|
||||
let game: GameManager;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";
|
|||
import { SPLASH_ONLY } from "#test/utils/testUtils";
|
||||
import { Status, StatusEffect } from "#app/data/status-effect.js";
|
||||
|
||||
describe("Test Battle Phase", () => {
|
||||
describe("Double Battles", () => {
|
||||
let phaserGame: Phaser.Game;
|
||||
let game: GameManager;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import { Species } from "#enums/species";
|
|||
import Phaser from "phaser";
|
||||
import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";
|
||||
|
||||
describe("Test Battle Phase", () => {
|
||||
describe("Error Handling", () => {
|
||||
let phaserGame: Phaser.Game;
|
||||
let game: GameManager;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import { Moves } from "#app/enums/moves.js";
|
|||
import { getMovePosition } from "../utils/gameManagerUtils";
|
||||
import { MoveEffectPhase } from "#app/phases.js";
|
||||
|
||||
describe("Internals", () => {
|
||||
describe("Moves - Foresight", () => {
|
||||
let phaserGame: Phaser.Game;
|
||||
let game: GameManager;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import { getMovePosition } from "../utils/gameManagerUtils";
|
|||
import { MoveEffectPhase } from "#app/phases.js";
|
||||
import { BattlerIndex } from "#app/battle.js";
|
||||
|
||||
describe("Internals", () => {
|
||||
describe("Moves - Miracle Eye", () => {
|
||||
let phaserGame: Phaser.Game;
|
||||
let game: GameManager;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import Phaser from "phaser";
|
|||
import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";
|
||||
import { SPLASH_ONLY } from "#test/utils/testUtils";
|
||||
|
||||
describe("Abilities - Wind Rider", () => {
|
||||
describe("Moves - Tailwind", () => {
|
||||
let phaserGame: Phaser.Game;
|
||||
let game: GameManager;
|
||||
|
||||
|
|
Loading…
Reference in New Issue