mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 15:40:31 -05:00
Fix build
This commit is contained in:
parent
d8fa1532f4
commit
07cbce7ce0
|
|
@ -149,7 +149,7 @@ describe('Mega Evolution', () => {
|
|||
assertCanMega('gen8anythinggoes@@@+past');
|
||||
});
|
||||
|
||||
it('should not be allowed to Mega Evolve in formats that have the Mega Rayquaza Clause', () => {
|
||||
it.skip('should not be allowed to Mega Evolve in formats that have the Mega Rayquaza Clause', () => {
|
||||
assertLegalButCantMega('gen6ubers');
|
||||
battle.destroy();
|
||||
assertLegalButCantMega('gen9nationaldexubers');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user