mirror of
https://github.com/openai/codex.git
synced 2026-05-04 13:21:54 +03:00
linted and working
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user