mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Update src/test/phases/learn-move-phase.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
618e838e33
commit
e2feddaf62
@ -23,7 +23,6 @@ describe("Learn Move Phase", () => {
|
|||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
game = new GameManager(phaserGame);
|
game = new GameManager(phaserGame);
|
||||||
Overrides.XP_MULTIPLIER_OVERRIDE = 50;
|
Overrides.XP_MULTIPLIER_OVERRIDE = 50;
|
||||||
game.override.startingLevel(5);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it("If Pokemon has less than 4 moves, its newest move will be added to the lowest empty index", async () => {
|
it("If Pokemon has less than 4 moves, its newest move will be added to the lowest empty index", async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user