Update src/test/moves/powder.test.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
innerthunder 2024-11-29 17:53:01 -08:00 committed by GitHub
parent 5b139ad9ab
commit 8da25589b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,6 @@ import { Type } from "#enums/type";
import { MoveEffectPhase } from "#app/phases/move-effect-phase"; import { MoveEffectPhase } from "#app/phases/move-effect-phase";
import { StatusEffect } from "#enums/status-effect"; import { StatusEffect } from "#enums/status-effect";
const TIMEOUT = 20 * 1000;
describe("Moves - Powder", () => { describe("Moves - Powder", () => {
let phaserGame: Phaser.Game; let phaserGame: Phaser.Game;