48:    const fakeBin = await makeFakeNpx(0)
49:    const result = await runLfg(["--json", "lazycodex", "install", "--run"], { PATH: `${fakeBin}:${process.env.PATH ?? ""}` })
64:    const fakeBin = await makeFakeNpx(7)
65:    const result = await runLfg(["--json", "lazycodex", "install", "--run"], { PATH: `${fakeBin}:${process.env.PATH ?? ""}` })
169:async function makeFakeNpx(exitCode: number): Promise<string> {
25:      installerCommand: "npx lazycodex-ai install",
56:      installerCommand: "npx lazycodex-ai install",
72:      installerCommand: "npx lazycodex-ai install",
87:    expect(setup.json).toMatchObject({ lazycodex: { adapterPackage: "lazycodex-ai", installerCommand: "npx lazycodex-ai install", lfgIsPlugin: false } })
108:      installerCommand: "npx lazycodex-ai install",
