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 +];