Add initial set of doc comments to the SDK (#4513)
Also perform minor code cleanup.
This commit is contained in:
@@ -218,7 +218,6 @@ describe("Codex", () => {
|
||||
await close();
|
||||
}
|
||||
});
|
||||
|
||||
it("runs in provided working directory", async () => {
|
||||
const { url, close } = await startResponsesTestProxy({
|
||||
statusCode: 200,
|
||||
@@ -286,7 +285,6 @@ describe("Codex", () => {
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
function expectPair(args: string[] | undefined, pair: [string, string]) {
|
||||
if (!args) {
|
||||
throw new Error("Args is undefined");
|
||||
|
||||
Reference in New Issue
Block a user