Agent Skills: Unit Tests with Bun

Configure unit testing with Bun's built-in test runner. Fast, Jest-compatible syntax, co-located test files, and mocking support.

UncategorizedID: andrelandgraf/fullstackrecipes/unit-tests

Install this agent skill to your local

pnpm dlx add-skill https://github.com/andrelandgraf/fullstackrecipes/tree/HEAD/.agents/skills/unit-tests

Skill Files

Browse the full folder contents for unit-tests.

Download Skill

Loading file tree…

.agents/skills/unit-tests/SKILL.md

Skill Metadata

Name
unit-tests
Description
Configure unit testing with Bun's built-in test runner. Fast, Jest-compatible syntax, co-located test files, and mocking support.

Unit Tests with Bun

To set up Unit Tests with Bun, refer to the fullstackrecipes MCP server resource:

Resource URI: recipe://fullstackrecipes.com/unit-tests

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/unit-tests