clear unused overrided moves

This commit is contained in:
cadi 2024-06-27 19:39:29 +09:00
parent 23ab8f3129
commit e8f996d679

View File

@ -35,8 +35,8 @@ describe("Moves - Power Trick", () => {
vi.spyOn(overrides, "STARTING_LEVEL_OVERRIDE", "get").mockReturnValue(5);
vi.spyOn(overrides, "OPP_LEVEL_OVERRIDE", "get").mockReturnValue(6);
vi.spyOn(overrides, "MOVESET_OVERRIDE", "get").mockReturnValue([
Moves.TACKLE,
Moves.BATON_PASS,
Moves.POWER_TRICK,
Moves.POWER_TRICK,
Moves.POWER_TRICK,
Moves.POWER_TRICK,
]);