This commit is contained in:
5
tests/index.test.ts
Normal file
5
tests/index.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { expect, test } from "bun:test";
|
||||
|
||||
test("assert the truth", () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
Reference in New Issue
Block a user