mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: update glob pattern and path in tool test (#1436)
This commit is contained in:
parent
eecfd6d0ca
commit
c38b091895
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ describe("tool.glob", () => {
|
|||
await App.provide({ cwd: projectRoot }, async () => {
|
||||
let result = await glob.execute(
|
||||
{
|
||||
pattern: "../../node_modules/**/*",
|
||||
path: undefined,
|
||||
pattern: "**/*",
|
||||
path: "../../node_modules",
|
||||
},
|
||||
ctx,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue