Skip to content

Commit c38b091

Browse files
authored
fix: update glob pattern and path in tool test (anomalyco#1436)
1 parent eecfd6d commit c38b091

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opencode/test/tool/tool.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ describe("tool.glob", () => {
2121
await App.provide({ cwd: projectRoot }, async () => {
2222
let result = await glob.execute(
2323
{
24-
pattern: "../../node_modules/**/*",
25-
path: undefined,
24+
pattern: "**/*",
25+
path: "../../node_modules",
2626
},
2727
ctx,
2828
)

0 commit comments

Comments
 (0)