wip: bun test improvements

This commit is contained in:
Dax Raad
2025-09-27 02:17:08 -04:00
parent eadc2a8535
commit 53481f9790
7 changed files with 152 additions and 124 deletions

View File

@@ -0,0 +1,7 @@
import { Log } from "../src/util/log"
Log.init({
print: false,
dev: true,
level: "DEBUG",
})