From 23c0a34a830431eb60ec69ce08b12c89d5da026f Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:39:24 -0500 Subject: [PATCH] add Vitest project suggestion --- src/data/projects.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..e1282f33 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -183,6 +183,13 @@ export const projectList = [ "Simple and complete React DOM testing utilities that encourage good testing practices.", tags: ["Testing", "JavaScript", "React"], }, + { + name: "Vitest", + imageSrc: "https://avatars.githubusercontent.com/u/95747107?v=4", + projectLink: "https://github.com/vitest-dev/vitest/contribute", + description: "Vitest is a fast, Vite-powered testing framework for modern JavaScript and TypeScript projects.", + tags: ["Testing", "JavaScript", "TypeScript", "Vite"], + }, { name: "Gauge", imageSrc: @@ -1458,4 +1465,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];