From 4880b08b8accf80f5f5b2dc8bc88ffdcaa893754 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 14:18:07 -0400 Subject: sync --- js/test/tool/tool.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/test/tool/tool.test.ts') diff --git a/js/test/tool/tool.test.ts b/js/test/tool/tool.test.ts index 8f69f7b59..a8a621dc6 100644 --- a/js/test/tool/tool.test.ts +++ b/js/test/tool/tool.test.ts @@ -31,7 +31,7 @@ describe("tool.glob", () => { ); expect(result.metadata).toMatchObject({ truncated: false, - count: 3, + count: 2, }); }); }); @@ -42,7 +42,7 @@ describe("tool.ls", () => { const result = await App.provide({ directory: process.cwd() }, async () => { return await ls.execute( { - path: ".", + path: "./example", }, { toolCallId: "test", -- cgit v1.2.3