Skip to content

Testing

Run all tests (server + client):

bash
npm test

Run tests for a specific project:

bash
npm run test:server   # Node server tests (src/)
npm run test:client   # React web client tests (web/src/)
npm run test:watch    # watch mode — reruns on file changes