(ctor: BrowserFinderCtor)
| 220 | .inSingletonScope(); |
| 221 | |
| 222 | const browserFinderFactory = (ctor: BrowserFinderCtor) => (ctx: interfaces.Context) => |
| 223 | new ctor(ctx.container.get(ProcessEnv), ctx.container.get(FS), ctx.container.get(Execa)); |
| 224 | |
| 225 | container |
| 226 | .bind(BrowserFinder) |
no test coverage detected