testing
Installation
SKILL.md
Testing Skill
Overview
This skill provides comprehensive guidance on testing in TypeScript projects, with a focus on the dual nature of testing: runtime behavior and type correctness. It covers when to use each type of test, how to structure tests effectively, and how to integrate testing into development workflows using Test-Driven Development (TDD).
Types of Testing
1. Runtime Tests
Runtime tests verify the actual behavior of code during execution.
When to use: