feat(api): add experimental wellknown connections

This commit is contained in:
Dax Raad
2026-07-15 22:53:38 -04:00
parent 6bf92aa7de
commit 5fb0470b44
33 changed files with 1086 additions and 154 deletions
+2 -2
View File
@@ -181,7 +181,7 @@ describe("Integration", () => {
command: [
process.execPath,
"-e",
'console.log("https://example.com/login"); await Bun.sleep(50); console.log("secret")',
'console.error("https://example.com/login"); await Bun.sleep(50); console.log("secret")',
],
},
}),
@@ -192,7 +192,7 @@ describe("Integration", () => {
integrations.command.status({ integrationID, attemptID: attempt.attemptID }),
(status) => status.status === "pending" && status.message?.includes("https://example.com/login") === true,
)
expect(pending).toMatchObject({ status: "pending", message: "https://example.com/login" })
expect(pending).toMatchObject({ status: "pending", message: "https://example.com/login\n" })
expect(
yield* eventually(