fix: test

pull/5140/head
Aiden Cline 2025-12-06 17:04:53 -06:00
parent bfbcf978fa
commit fcc256c3c9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ const ctx = {
metadata: () => {},
}
const bash = await BashTool.init()
const projectRoot = path.join(__dirname, "../..")
describe("tool.bash", () => {
@ -21,6 +20,7 @@ describe("tool.bash", () => {
await Instance.provide({
directory: projectRoot,
fn: async () => {
const bash = await BashTool.init()
const result = await bash.execute(
{
command: "echo 'test'",