From b768e2e2d0f020153f997b15900e1ccb7d920645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20S=C5=82onecki?= Date: Sun, 17 Aug 2025 16:27:40 +0200 Subject: [PATCH 1/2] Add Vitest to data.json (JavaScript; good first issue) --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index aeb4aaf..4bafea8 100644 --- a/data.json +++ b/data.json @@ -977,6 +977,15 @@ ], "description": "Minimalistic Vue-powered static site generator" }, + { + "name": "Vitest", + "link": "https://github.com/vitest-dev/vitest", + "label": "good first issue", + "technologies": [ + "JavaScript" + ], + "description": "A blazing fast unit test framework powered by Vite." + }, { "name": "appsmith", "link": "https://github.com/appsmithorg/appsmith", From 35d6ce5695139a37cd18f60880fb3f88c8f996e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20S=C5=82onecki?= Date: Mon, 18 Aug 2025 13:35:53 +0200 Subject: [PATCH 2/2] fix(data): change Vitest technology to TypeScript --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 4bafea8..181284c 100644 --- a/data.json +++ b/data.json @@ -982,7 +982,7 @@ "link": "https://github.com/vitest-dev/vitest", "label": "good first issue", "technologies": [ - "JavaScript" + "TypeScript" ], "description": "A blazing fast unit test framework powered by Vite." },