(fixturePath: string, args: string[])
| 4 | import { configureRegistries, createRegistryServer } from "../utils/registry" |
| 5 | |
| 6 | async function runSearch(fixturePath: string, args: string[]) { |
| 7 | return npxShadcn(fixturePath, [...args, "--json"]) |
| 8 | } |
| 9 | |
| 10 | const registryShadcn = await createRegistryServer( |
| 11 | [ |
no test coverage detected