fix: all tests

This commit is contained in:
Eric
2026-03-04 09:24:37 +01:00
parent dcbca40413
commit 72d5681962
8 changed files with 62 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import { expect, test } from "bun:test";
test("intentionally fails for manual validation", () => {
expect(1 + 1).toBe(3);
expect(1 + 1).toBe(2);
});