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