mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
fix: update glob pattern and path in tool test (#1436)
This commit is contained in:
@@ -21,8 +21,8 @@ describe("tool.glob", () => {
|
|||||||
await App.provide({ cwd: projectRoot }, async () => {
|
await App.provide({ cwd: projectRoot }, async () => {
|
||||||
let result = await glob.execute(
|
let result = await glob.execute(
|
||||||
{
|
{
|
||||||
pattern: "../../node_modules/**/*",
|
pattern: "**/*",
|
||||||
path: undefined,
|
path: "../../node_modules",
|
||||||
},
|
},
|
||||||
ctx,
|
ctx,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user