Acerca de
This skill provides a structured guide for implementing professional testing workflows, primarily focused on the Deno ecosystem and general best practices. It establishes clear conventions for test organization using the .test.ts extension, mandates coverage for public interfaces, and enforces the inclusion of edge cases and error handling. By integrating with tools like mise, it enables developers to automate their testing lifecycle, ensuring that all code is verified and stable before it is committed to the repository.