test.only('getPokemonImages: Transforms an array of pokemon into an array of imageUrls', () => { const imageUrls = getPokemonImages(pokemons) }) it give a pass almost right away. If you make the function getPokemonImages is passes.
test.only('getPokemonImages: Transforms an array of pokemon into an array of imageUrls', () => {
const imageUrls = getPokemonImages(pokemons)
})
it give a pass almost right away. If you make the function getPokemonImages is passes.