Add placeholder test

This commit is contained in:
Jared Miller 2026-01-28 11:03:32 -05:00
parent 02be345946
commit 1db763aa89
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

5
src/server.test.ts Normal file
View file

@ -0,0 +1,5 @@
import { expect, test } from "bun:test";
test("placeholder", () => {
expect(true).toBe(true);
});