mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-06 00:46:53 +00:00
wip: bun test improvements
This commit is contained in:
7
packages/opencode/test/preload.ts
Normal file
7
packages/opencode/test/preload.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Log } from "../src/util/log"
|
||||
|
||||
Log.init({
|
||||
print: false,
|
||||
dev: true,
|
||||
level: "DEBUG",
|
||||
})
|
||||
Reference in New Issue
Block a user