--- 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: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/unit-tests ```