()
| 164 | |
| 165 | describe("public preset URLs are detected by the correct plugin", () => { |
| 166 | const makeExecutor = () => |
| 167 | createExecutor( |
| 168 | makeTestConfig({ |
| 169 | plugins: [openApiPlugin(), mcpPlugin(), graphqlPlugin()] as const, |
| 170 | }), |
| 171 | ); |
| 172 | |
| 173 | for (const preset of publicPresets) { |
| 174 | it.effect( |
no test coverage detected