UNPKG

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.

25 lines (16 loc) 418 B
# Generate Test Suite **Category:** testing **Version:** 1.0.0 **Used By:** agent-quality ## Purpose Generates comprehensive test suite for features. ## Example ```typescript import { test, expect } from 'vitest'; test('blog post creation', async () => { const post = await createBlogPost({...}); expect(post.title).toBe('Test'); }); ``` ## Version History - **1.0.0** (2025-10-18): Initial implementation