(text: string)
| 41 | parseCommandValue: (_, value) => value.trim(), |
| 42 | }; |
| 43 | const parse = (text: string) => parseSitesFixesConfig(text, options); |
| 44 | const index = indexSitesFixesConfig(config); |
| 45 | |
| 46 | const fixes = getSitesFixesFor<TestFix>('https://example.com', config, index, parse); |
nothing calls this directly
no test coverage detected