fix: update glob pattern and path in tool test (#1436)
parent
eecfd6d0ca
commit
c38b091895
|
|
@ -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…
Reference in New Issue