bun-test-basics

Installation
SKILL.md

Bun Test Basics

Bun ships with a fast, built-in, Jest-compatible test runner. Tests run with the Bun runtime and support TypeScript/JSX natively.

Quick Start

# Run all tests
bun test

# Run specific file
bun test ./test/math.test.ts

# Run tests matching pattern
bun test --test-name-pattern "addition"

Writing Tests

Related skills

More from secondsky/claude-skills

Installs
113
GitHub Stars
143
First Seen
Apr 4, 2026