Testing
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/5t111111/testing
🧠The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill testingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Guide for testing practices and frameworks
SKILL.md
0.7 KB, 134 tokens by cl100k_base, as published. Nobody here has run it
Testing Skill
This skill provides a guide for testing practices and frameworks.
Testing frameworks
- Use Deno's built-in testing framework for writing and running tests
Writing Tests
- Write tests in separate files with the
.test.tsextension in the same directory as the code being tested - All public functions and methods must have corresponding tests
- Use descriptive names for test cases to clearly indicate their purpose
- Should cover edge cases and error handling in tests
Running Tests
- Use the command
mise run testto run all tests in the project - Run tests before committing code changes to ensure no tests are failing
What ships with it
8.3 KB alongside SKILL.md
GitHub clipped this repository’s file list, so this is at least 1 file and may be more.
- skill-report.json8.3 KB