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] 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",