(prefix: string)
| 20 | const api = composePluginApi([openApiHttpPlugin(), toolkitsPlugin()] as const); |
| 21 | |
| 22 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 23 | |
| 24 | const pingSpec = (baseUrl: string): string => |
| 25 | JSON.stringify({ |
no test coverage detected