mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-07-17 00:16:58 +00:00
Tests: Improve fetch gist test to increase coverage (#3107)
* Tests: Improve fetch gist test to increase coverage * dev
This commit is contained in:
+22
-1
@@ -25,6 +25,27 @@ const gist_data = {
|
||||
},
|
||||
size: 85858,
|
||||
},
|
||||
{
|
||||
name: "territories.txt",
|
||||
language: {
|
||||
name: "Text",
|
||||
},
|
||||
size: 87858,
|
||||
},
|
||||
{
|
||||
name: "countries_spanish.json",
|
||||
language: {
|
||||
name: "JSON",
|
||||
},
|
||||
size: 85858,
|
||||
},
|
||||
{
|
||||
name: "territories_spanish.txt",
|
||||
language: {
|
||||
name: "Text",
|
||||
},
|
||||
size: 87858,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -56,7 +77,7 @@ describe("Test fetchGist", () => {
|
||||
nameWithOwner: "Yizack/countries.json",
|
||||
description:
|
||||
"List of countries and territories in English and Spanish: name, continent, capital, dial code, country codes, TLD, and area in sq km. Lista de países y territorios en Inglés y Español: nombre, continente, capital, código de teléfono, códigos de país, dominio y área en km cuadrados. Updated 2023",
|
||||
language: "JSON",
|
||||
language: "Text",
|
||||
starsCount: 33,
|
||||
forksCount: 11,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user