chore: add fake test for CI
This commit is contained in:
5
tests/test.spec.ts
Normal file
5
tests/test.spec.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { expect, test } from "bun:test";
|
||||
|
||||
test("2 + 2", () => {
|
||||
expect(2 + 2).toBe(4);
|
||||
});
|
||||
Reference in New Issue
Block a user