summaryrefslogtreecommitdiffhomepage
path: root/src/features/heartbeat/ui/PromptEditor.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/heartbeat/ui/PromptEditor.test.ts')
-rw-r--r--src/features/heartbeat/ui/PromptEditor.test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/heartbeat/ui/PromptEditor.test.ts b/src/features/heartbeat/ui/PromptEditor.test.ts
index 284b319..c4bd3b8 100644
--- a/src/features/heartbeat/ui/PromptEditor.test.ts
+++ b/src/features/heartbeat/ui/PromptEditor.test.ts
@@ -29,6 +29,7 @@ function fakeSaveConfig(): {
// Echo a config that reflects the persisted patch (so onSaved sync is realistic).
const config = {
enabled: false,
+ inactiveOnly: true,
systemPrompt: patch.systemPrompt ?? "",
taskPrompt: patch.taskPrompt ?? "",
intervalMinutes: 30,