using ClaudeDo.Installer.Core; using ClaudeDo.Installer.Tests.Checks; namespace ClaudeDo.Installer.Tests.Core; /// A ClaudeHelpLauncher for tests that don't exercise it, just need a valid instance. internal static class TestClaudeHelpLauncher { public static ClaudeHelpLauncher Create() => new(new FakeProcessRunner(), new FakeProcessLauncher()); }