We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50191b7 commit be2f368Copy full SHA for be2f368
test/test.js
@@ -21,7 +21,7 @@ describe("pokedex", function () {
21
url = 'https://pokeapi.co/api/v2/pokemon/35',
22
secureP = new Pokedex.Pokedex({cacheImages: true}),
23
P = new Pokedex.Pokedex({
24
- protocol: 'http',
+ protocol: 'https',
25
offset: 10,
26
limit: 1,
27
timeout: 10000,
0 commit comments