Files
tsproj/tests/index.test.ts
Andrea 6799fcb507
All checks were successful
Run tests / build-app (push) Successful in 1m27s
init
2025-09-03 14:23:38 +02:00

5 lines
105 B
TypeScript

import { expect, test } from "bun:test";
test("assert the truth", () => {
expect(true).toBe(true);
});