feat: add phase 4 bun_test bootstrap
Co-authored-by: Eriyc <50216491+Eriyc@users.noreply.github.com>
This commit is contained in:
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