testing-bun

Installation
SKILL.md

Skill: Testing Bun

Goal

Set up and write tests using Bun's built-in test runner for maximum performance, native TypeScript support, and workspace conventions.

Use This Skill When

  • Project uses Bun runtime
  • Need fastest possible test execution
  • Writing TypeScript tests without transpilation
  • The user asks to "add Bun tests" or "use Bun test"

Do Not Use This Skill When

  • Project uses Node.js without Bun
  • Need specific Node.js testing features
  • CI environment doesn't support Bun

Bun Test Setup

Basic Configuration

Installs
10
GitHub Stars
6
First Seen
Mar 18, 2026
testing-bun — open-hax/opencode-skills