chore: add biomejs
Some checks failed
Code quality / quality (push) Failing after 14s
Run tests / test (push) Successful in 10s

This commit is contained in:
2025-09-03 15:31:55 +02:00
parent 8168f5ce12
commit 1918f61c75
6 changed files with 84 additions and 3 deletions

View File

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