(prefix: string)
| 36 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 37 | |
| 38 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 39 | |
| 40 | // The emulator serves its own OpenAPI document (bearer auth, same shape as |
| 41 | // real Resend — and as the Sentry spec that failed in prod). Adding it by URL |
no test coverage detected