Selaa lähdekoodia

chore: generate

opencode-agent[bot] 8 tuntia sitten
vanhempi
sitoutus
fe82a1b6ca
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 4
      packages/app/src/components/directory-picker-domain.test.ts

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

@@ -180,10 +180,7 @@ test("lists the default directory when empty search is unsupported", async () =>
         list: (input: { location?: { directory?: string } }) => {
           calls.push(input.location?.directory ?? "")
           return Promise.resolve({
-            data: [
-              ...directories,
-              { path: "README.md", type: "file" },
-            ],
+            data: [...directories, { path: "README.md", type: "file" }],
           })
         },
       },