chore: generate
This commit is contained in:
@@ -180,10 +180,7 @@ test("lists the default directory when empty search is unsupported", async () =>
|
|||||||
list: (input: { location?: { directory?: string } }) => {
|
list: (input: { location?: { directory?: string } }) => {
|
||||||
calls.push(input.location?.directory ?? "")
|
calls.push(input.location?.directory ?? "")
|
||||||
return Promise.resolve({
|
return Promise.resolve({
|
||||||
data: [
|
data: [...directories, { path: "README.md", type: "file" }],
|
||||||
...directories,
|
|
||||||
{ path: "README.md", type: "file" },
|
|
||||||
],
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user