feat: add phase 4 bun_test bootstrap
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
a6ceae7e64
commit
c86719777d
5
tests/bun_test_test/failing.test.ts
Normal file
5
tests/bun_test_test/failing.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { expect, test } from "bun:test";
|
||||
|
||||
test("failing suite", () => {
|
||||
expect(1 + 1).toBe(3);
|
||||
});
|
||||
Reference in New Issue
Block a user