wip: bun test improvements

This commit is contained in:
Dax Raad
2025-09-27 02:17:08 -04:00
parent 7eba61cd25
commit 4855f3133d
7 changed files with 152 additions and 124 deletions
+7
View File
@@ -0,0 +1,7 @@
import { Log } from "../src/util/log"
Log.init({
print: false,
dev: true,
level: "DEBUG",
})