summaryrefslogtreecommitdiffhomepage
path: root/js/test/tool/tool.test.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-26 14:18:07 -0400
committerDax Raad <[email protected]>2025-05-26 14:18:07 -0400
commit4880b08b8accf80f5f5b2dc8bc88ffdcaa893754 (patch)
tree36c06bbfa2ff78bf9a1feb9667d35eba7e28317b /js/test/tool/tool.test.ts
parent80555f13e052443dc9dc67811bf782a3146de512 (diff)
downloadopencode-4880b08b8accf80f5f5b2dc8bc88ffdcaa893754.tar.gz
opencode-4880b08b8accf80f5f5b2dc8bc88ffdcaa893754.zip
sync
Diffstat (limited to 'js/test/tool/tool.test.ts')
-rw-r--r--js/test/tool/tool.test.ts4
1 files changed, 2 insertions, 2 deletions
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",