testing-typescript-ava
Installation
SKILL.md
Skill: Testing TypeScript Ava
Goal
Set up and write tests using Ava test runner for TypeScript with minimal configuration, fast execution, and workspace conventions.
Use This Skill When
- Project uses or prefers Ava test runner
- Need minimal test configuration
- Want fast test execution with parallel execution
- Writing tests for Promethean packages
- The user asks to "add Ava tests" or "use Ava"
Do Not Use This Skill When
- Project already uses Vitest
- Need advanced Vitest features (snapshot testing, mocking)
- Testing ClojureScript (use testing-clojure-cljs skill)