mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-04 13:49:32 +02:00
remove "TIMEOUT" reference from create-test-boilerplate
This commit is contained in:
parent
ce6e42ae5c
commit
aef36b4bc9
@ -76,7 +76,6 @@ import { afterEach, beforeAll, beforeEach, describe, it, expect } from "vitest";
|
|||||||
describe("${description}", () => {
|
describe("${description}", () => {
|
||||||
let phaserGame: Phaser.Game;
|
let phaserGame: Phaser.Game;
|
||||||
let game: GameManager;
|
let game: GameManager;
|
||||||
const TIMEOUT = 20 * 1000;
|
|
||||||
|
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
phaserGame = new Phaser.Game({
|
phaserGame = new Phaser.Game({
|
||||||
@ -100,7 +99,7 @@ describe("${description}", () => {
|
|||||||
it("test case", async () => {
|
it("test case", async () => {
|
||||||
// await game.classicMode.startBattle([Species.MAGIKARP]);
|
// await game.classicMode.startBattle([Species.MAGIKARP]);
|
||||||
// game.move.select(Moves.SPLASH);
|
// game.move.select(Moves.SPLASH);
|
||||||
}, TIMEOUT);
|
});
|
||||||
});
|
});
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user