feat: add phase 4 bun_test bootstrap

Co-authored-by: Eriyc <50216491+Eriyc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-04 03:19:28 +00:00
parent 48d81599ec
commit 894dca72a0
6 changed files with 94 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
import { expect, test } from "bun:test";
test("failing suite", () => {
expect(1 + 1).toBe(3);
});