fix: harden bun_test launcher args and test metadata
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
c86719777d
commit
e36d7a982b
@@ -1,5 +1,5 @@
|
||||
import { expect, test } from "bun:test";
|
||||
|
||||
test("failing suite", () => {
|
||||
test("intentionally fails for manual validation", () => {
|
||||
expect(1 + 1).toBe(3);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user