Block a user
Add test framework, unit tests, and CI validation workflow
CI Fix: Replaced
CI Fix: Replaced oven-sh/setup-bun@v2 with direct curl install
The CI failure was caused by the oven-sh/setup-bun@v2 action — this is a GitHub Marketplace action that doesn't exist on…
Add test framework, unit tests, and CI validation workflow
PR is up: #3
All four commits are in, 38 tests passing across 6 files. A few notes:
- bun test works cleanly with zero additional deps — TypeScript source imported directly from
../src/…
Add test framework, unit tests, and CI validation workflow
Add test framework, unit tests, and CI validation workflow
Sounds great! bun test is the right call for a lightweight library like this — no extra deps, and it works natively with Bun.
I'll follow the commit plan exactly:
- Test scaffolding + minimal…
Add test framework, unit tests, and CI validation workflow