About
The test-controller skill provides a robust framework for unit testing TypeScript controllers within Hono.js applications. It streamlines the testing process by providing boilerplate for mocking service dependencies and the Hono context, including user state and validated request data. By isolating controller logic from the service layer, this skill ensures that API response handling, status codes, and error scenarios are verified quickly and reliably without requiring a live database or network calls.