Run Tests
SKILL.md
Run Tests Skill
This skill provides guidance for running tests across the entire To-Do List WebApp project.
Overview
The project uses:
- Backend: Jest for unit and integration tests
- Frontend: Vitest for component and unit tests
Running All Tests
Run Full Test Suite
Run all tests for both backend and frontend:
npm test