Guide for testing practices and frameworks
Scanned 9/3/2026
Install to Claude Code
npx -y skills add aiskillstore/marketplace --skill testing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Testing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aiskillstore-testing-marketplace)More formats (shields.io, HTML) on the badges page.
---
name: testing
description: Guide for testing practices and frameworks
---
# 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.ts` extension 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 test` to run all tests in the project
- Run tests before committing code changes to ensure no tests are failing
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!