Backend real
Nivel 26: Tests con Vitest
Estimated35 minLockedThis is how your site should look when you finish this level
npm test pasa en local.
Objective
Instala Vitest, crea vitest.config.js y un test que renderice ProjectCard.
In this level you will learn
Introduces tests automatizados con Vitest y Testing Library: renderizar ProjectCard y comprobar que el texto aparece. Aprenderás por qué los tests dan confianza al refactorizar y cómo ejecutarlos con npm test.