agents/rules/testing-incremental.md
When fixing failing tests in the Cal.com repository, take an incremental approach by addressing one file at a time rather than attempting to fix all issues simultaneously.
This methodical approach makes it easier to identify and resolve specific issues without getting overwhelmed by the complexity of multiple failing tests across different files.
yarn type-check:ci --force to identify TypeScript type errorsyarn test to identify failing unit testsyarn prisma generate if you see missing enum/type errors