Skip to content

Commit

Permalink
test: update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 27, 2023
1 parent 20ddb0f commit 5d345f5
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions tests/scenarios/pokemon/getAllPokemonSpecies.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,7 @@ describe('getAllPokemon', () => {
key: 'scattervein',
species: 'scattervein'
},
{
key: 'hemogoblin',
species: 'scattervein'
},
{ key: 'hemogoblin', species: 'hemogoblin' },
{ key: 'missingno', species: 'missingno.' },
{ key: 'm00', species: "'m (00)" },
{ key: 'bulbasaur', species: 'bulbasaur' },
Expand Down Expand Up @@ -2509,6 +2506,30 @@ describe('getAllPokemon', () => {
{
key: 'ogerponcornerstone',
species: 'ogerpon-cornerstone'
},
{
key: 'ogerponcornerstonetera',
species: 'ogerpon-cornerstone-tera'
},
{
key: 'ogerponhearthflame',
species: 'ogerpon-hearthflame'
},
{
key: 'ogerponhearthflametera',
species: 'ogerpon-hearthflame-tera'
},
{
key: 'ogerponwellspring',
species: 'ogerpon-wellspring'
},
{
key: 'ogerponwellspringtera',
species: 'ogerpon-wellspring-tera'
},
{
key: 'ogerpontealtera',
species: 'ogerpon-teal-tera'
}
]);
});
Expand Down

0 comments on commit 5d345f5

Please sign in to comment.