Add placeholder test
This commit is contained in:
parent
02be345946
commit
1db763aa89
1 changed files with 5 additions and 0 deletions
5
src/server.test.ts
Normal file
5
src/server.test.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import { expect, test } from "bun:test";
|
||||||
|
|
||||||
|
test("placeholder", () => {
|
||||||
|
expect(true).toBe(true);
|
||||||
|
});
|
||||||
Loading…
Reference in a new issue