testing - Testing practices and frameworks guide
Guide for testing practices and frameworks
Tags
Updated: 2026-02-11Capabilities
Typical Inputs
Typical Outputs
What this skill does
- use Deno's built-in testing framework
- write tests in separate files
- create tests for public functions
- use descriptive test case names
- cover edge cases in tests
- run all project tests
- run tests before committing
Inputs
- code to be tested
- test configuration
Outputs
- test results
- test coverage reports
Requirements
- Deno runtime environment
- test files with .test.ts extension
