fix: harden bun_test launcher args and test metadata

This commit is contained in:
Eric
2026-03-04 03:22:58 +00:00
parent aa7766eff1
commit 7a77e04039
4 changed files with 13 additions and 6 deletions

View File

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