writing-bundler-tests

Installation
SKILL.md

Writing Bundler Tests

Bundler tests use itBundled() from test/bundler/expectBundled.ts to test Bun's bundler.

Basic Usage

import { describe } from "bun:test";
import { itBundled, dedent } from "./expectBundled";
Installs
85
Repository
oven-sh/bun
GitHub Stars
93.5K
First Seen
Jan 22, 2026
writing-bundler-tests — oven-sh/bun