Files
tsproj/tests/index.test.ts
Andrea 1918f61c75
Some checks failed
Code quality / quality (push) Failing after 14s
Run tests / test (push) Successful in 10s
chore: add biomejs
2025-09-03 15:31:55 +02:00

6 lines
105 B
TypeScript

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