refactor: clarify doctor repair flow

This commit is contained in:
Peter Steinberger
2026-03-23 22:12:05 -07:00
parent e8ba55adbb
commit 5c9e4cd30a
29 changed files with 388 additions and 135 deletions

View File

@@ -65,6 +65,7 @@ vi.mock("../daemon/service.js", () => ({
label: "LaunchAgent",
loadedText: "loaded",
notLoadedText: "not loaded",
stage: vi.fn(),
install: vi.fn(),
uninstall: vi.fn(),
stop: vi.fn(),