All files / stories pokemons.mock.js

100% Statements 13/13
100% Branches 1/1
100% Functions 0/0
100% Lines 13/13

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 141x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x  
export default {
    "count": 1279,
    "next": "https://pokeapi.co/api/v2/pokemon?offset=6&limit=6",
    "previous": null,
    "results":
        [   {"name": "bulbasaur"    ,"url": "https://pokeapi.co/api/v2/pokemon/1/"  }
        ,   {"name": "ivysaur"      ,"url": "https://pokeapi.co/api/v2/pokemon/2/"  }
        ,   {"name": "venusaur"     ,"url": "https://pokeapi.co/api/v2/pokemon/3/"  }
        ,   {"name": "charmander"   ,"url": "https://pokeapi.co/api/v2/pokemon/4/"  }
        ,   {"name": "charmeleon"   ,"url": "https://pokeapi.co/api/v2/pokemon/5/"  }
        ,   {"name": "charizard"    ,"url": "https://pokeapi.co/api/v2/pokemon/6/"  }
        ]
}