Refactor & unit tests

This commit is contained in:
jd
2026-02-13 22:06:49 +00:00
parent eca7405974
commit 387a9a36f3
20 changed files with 423 additions and 148 deletions

5
bunfig.toml Normal file
View File

@@ -0,0 +1,5 @@
telemetry = false
[test]
root = "tests"
preload = ["./src/tests/test-setup.ts", "./src/tests/global-mocks.ts"]