mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-19 07:20:57 +00:00
Disable broken tests for now (#4242)
This commit is contained in:
parent
eea12a62f6
commit
e6cffc6a93
@ -107,7 +107,7 @@ describe("Uncommon Breed - Mystery Encounter", () => {
|
||||
expect(onInitResult).toBe(true);
|
||||
});
|
||||
|
||||
describe("Option 1 - Fight", () => {
|
||||
describe.skip("Option 1 - Fight", () => {
|
||||
it("should have the correct properties", () => {
|
||||
const option = UncommonBreedEncounter.options[0];
|
||||
expect(option.optionMode).toBe(MysteryEncounterOptionMode.DEFAULT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user