linted and working

This commit is contained in:
Eason Goodale
2025-04-20 01:26:40 -07:00
parent 1e0a7cc313
commit b1cef74d8c
12 changed files with 121 additions and 65 deletions

View File

@@ -47,7 +47,7 @@ describe("Image picker overlay", () => {
onPick: () => {},
onCancel: () => {},
onChangeDir,
})
}),
);
await flush();
@@ -65,7 +65,7 @@ describe("Image picker overlay", () => {
onPick,
onCancel: () => {},
onChangeDir: () => {},
})
}),
);
await flush();
await type(stdin, "\r", flush);