| 1 | import {indexSitesFixesConfig, getSitesFixesFor, parseSitesFixesConfig} from '../../../../src/generators/utils/parse'; |
| 2 | import type {SitesFixesParserOptions} from '../../../../src/generators/utils/parse'; |
| 3 | |
| 4 | test('Index config', () => { |
nothing calls this directly
no test coverage detected