(integration: string, owner: "user" | "org", name: string)
| 27 | }); |
| 28 | |
| 29 | const conn = (integration: string, owner: "user" | "org", name: string): BindableConnection => ({ |
| 30 | integration, |
| 31 | owner, |
| 32 | name, |
| 33 | }); |
| 34 | |
| 35 | // --------------------------------------------------------------------------- |
| 36 | // Harness |
no outgoing calls
no test coverage detected