.continue/agents/test-coverage.md
Review this pull request to determine if new functionality has adequate test coverage.
New exported functions or classes - Any new public function, class, or module that is exported and used by other parts of the codebase should have at least basic unit tests covering:
New CLI commands or subcommands - Should have:
Bug fixes - If a PR fixes a bug, there should be a regression test that:
New API endpoints or handlers - Should have integration tests covering:
.continue/agents/*.md)*.test.ts) + Vitest (*.vitest.ts) in core/*.test.ts) in gui/src/*.test.ts, *.e2e.test.ts) in extensions/cli/packages/*/ directory