testing-automation
Installation
SKILL.md
Testing Automation
Patterns and best practices for testing TypeScript projects with Bun test runner, including coverage thresholds, mocking strategies, and CI/CD integration.
When to use this skill
Use this skill when:
- Writing unit tests or integration tests
- Organizing test file structure
- Configuring test coverage thresholds
- Mocking dependencies for CLI testing
- Setting up CI/CD test pipelines
- Debugging failing tests