fix: harden bun_test launcher args and test metadata
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
9d32489993
commit
2347185c4c
@@ -1,5 +1,5 @@
|
||||
import { expect, test } from "bun:test";
|
||||
|
||||
test("passing suite", () => {
|
||||
test("adds two numbers correctly", () => {
|
||||
expect(1 + 1).toBe(2);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user