mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 09:35:44 -05:00
Thanks to ry for finding this issue
This commit is contained in:
parent
d772652682
commit
1f8317aedd
|
|
@ -3,6 +3,9 @@ const assert = require('assert').strict;
|
|||
try {
|
||||
global.BattlePokedex = require('../play.pokemonshowdown.com/data/pokedex.js').BattlePokedex;
|
||||
} catch (err) {}
|
||||
try {
|
||||
global.BattleMovedex = require('../play.pokemonshowdown.com/data/moves.js').BattleMovedex;
|
||||
} catch (err) {}
|
||||
require('../play.pokemonshowdown.com/js/battle-dex-data.js');
|
||||
require('../play.pokemonshowdown.com/js/battle-dex.js');
|
||||
require('../play.pokemonshowdown.com/js/battle-tooltips.js');
|
||||
|
|
@ -16,7 +19,7 @@ describe('EV Guesser', () => {
|
|||
item: 'Choice Band',
|
||||
moves: ['Flare Blitz', 'Close Combat', 'Wild Charge', 'Extreme Speed'],
|
||||
});
|
||||
assert(guess.role === 'Fast Band');
|
||||
assert.strictEqual(guess.role, 'Fast Band');
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user