test(macos): boost Clawdis coverage to 40%

This commit is contained in:
Peter Steinberger
2025-12-14 04:30:45 +00:00
parent 845b26a73b
commit 3ef910d23e
26 changed files with 1089 additions and 20 deletions

View File

@@ -473,7 +473,7 @@ struct CronSettings: View {
}
}
private struct StatusPill: View {
struct StatusPill: View {
let text: String
let tint: Color
@@ -488,7 +488,7 @@ private struct StatusPill: View {
}
}
private struct CronJobEditor: View {
struct CronJobEditor: View {
let job: CronJob?
@Binding var isSaving: Bool
@Binding var error: String?