test cleanup

This commit is contained in:
Dax Raad
2025-10-24 09:29:38 -04:00
parent 7003efd2da
commit 4cab66da6c
2 changed files with 54 additions and 59 deletions

View File

@@ -1,7 +1,6 @@
import { describe, expect, test } from "bun:test"
import path from "path"
import { BashTool } from "../../src/tool/bash"
import { Log } from "../../src/util/log"
import { Instance } from "../../src/project/instance"
const ctx = {
@@ -15,7 +14,6 @@ const ctx = {
const bash = await BashTool.init()
const projectRoot = path.join(__dirname, "../..")
Log.init({ print: false })
describe("tool.bash", () => {
test("basic", async () => {