# Run Test Suite

**Category:** testing
**Version:** 1.0.0
**Used By:** agent-quality, agent-ops

## Purpose

Executes tests and reports results.

## Example

```bash
bun test
```

**Output:**
```
✓ blog post creation (12ms)
✓ user authentication (8ms)

Tests: 2 passed, 2 total
```

## Version History

- **1.0.0** (2025-10-18): Initial implementation
