(executor: Executor)
| 59 | ); |
| 60 | |
| 61 | const handlerContextFor = (executor: Executor) => |
| 62 | Context.make(ExecutorService, executor).pipe( |
| 63 | Context.add(ExecutionEngineService, {} as ExecutionEngineService["Service"]), |
| 64 | ); |
| 65 | |
| 66 | const INTEGRATION = IntegrationSlug.make("vercel"); |
| 67 |
no outgoing calls
no test coverage detected