Skip to content

Commit fe82a1b

Browse files
chore: generate
1 parent 2ea728f commit fe82a1b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/app/src/components/directory-picker-domain.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,7 @@ test("lists the default directory when empty search is unsupported", async () =>
180180
list: (input: { location?: { directory?: string } }) => {
181181
calls.push(input.location?.directory ?? "")
182182
return Promise.resolve({
183-
data: [
184-
...directories,
185-
{ path: "README.md", type: "file" },
186-
],
183+
data: [...directories, { path: "README.md", type: "file" }],
187184
})
188185
},
189186
},

0 commit comments

Comments
 (0)