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
1
First Seen
14 days ago
writing-bundler-tests — aiagentskills/skills