Test API routes by importing handlers directly with Bun's test runner. Fast, reliable tests without HTTP overhead.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: integration-tests
description: Test API routes by importing handlers directly with Bun's test runner. Fast, reliable tests without HTTP overhead.
---
# Integration Tests
To set up Integration Tests, refer to the fullstackrecipes MCP server resource:
**Resource URI:** `recipe://fullstackrecipes.com/integration-tests`
If the MCP server is not configured, fetch the recipe directly:
```bash
curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/integration-tests
```
No comments yet. Be the first to comment!