oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
28 lines (18 loc) • 357 B
Markdown
# 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