test-framework-3
Installation
SKILL.md
Test-Framework 3
This skill is a guide to setting up tests in various languages. When writing tests, look at the examples for the language you are working with and follow the pattern.
Languages:
- TypeScript: ex.test.ts
- Go: ex_test.go
- PHP: ExTest.php
Note, these files are NOT for executing. They are merely examples of how to structure tests in each language.