bun-jest-migration

Installation
SKILL.md

Bun Jest Migration

Bun's test runner is Jest-compatible. Most Jest tests run without changes.

Quick Migration

# 1. Remove Jest dependencies
bun remove jest ts-jest @types/jest babel-jest

# 2. Update test script
# package.json: "test": "bun test"

# 3. Run tests
bun test

Import Changes

Installs
169
GitHub Stars
172
First Seen
Apr 3, 2026
bun-jest-migration — secondsky/claude-skills