init
All checks were successful
Run tests / build-app (push) Successful in 1m27s

This commit is contained in:
2025-09-03 14:23:38 +02:00
commit 6799fcb507
8 changed files with 147 additions and 0 deletions

5
tests/index.test.ts Normal file
View File

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