/** * Config-resolution branch tests for `createDiscover`. * * The base happy path (collect + dedup + sort + candidate-precedence config) * is covered in helpers.test.ts. These tests pin the remaining branches of * `resolveConfigPath`: * * - an explicit `configPathOverride` that exists → resolved against the * project dir and returned (realpath-normalized); * - an explicit override that does NOT exist → still returned (as the * absolute path) so callers see the path they asked for; * - no override and no candidate present → `configPathAbs` omitted entirely * from DiscoverOutput. */ export {}; //# sourceMappingURL=discover-config.test.d.ts.map