From 05673fb6cfbdb038b7e83164522c6a7fff456562 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 14 Jan 2026 05:40:42 +0000 Subject: [PATCH] test(cron): rename split suites --- ...agent.delivers-response-has-heartbeat-ok-but-includes.test.ts} | 0 ...ery-without-whatsapp-recipient-besteffortdeliver-true.test.ts} | 0 ...s => isolated-agent.uses-last-non-empty-agent-text-as.test.ts} | 0 ...test.ts => service.runs-one-shot-main-job-disables-it.test.ts} | 0 ....ts => service.skips-main-jobs-empty-systemevent-text.test.ts} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/cron/{isolated-agent.part-3.test.ts => isolated-agent.delivers-response-has-heartbeat-ok-but-includes.test.ts} (100%) rename src/cron/{isolated-agent.part-2.test.ts => isolated-agent.skips-delivery-without-whatsapp-recipient-besteffortdeliver-true.test.ts} (100%) rename src/cron/{isolated-agent.part-1.test.ts => isolated-agent.uses-last-non-empty-agent-text-as.test.ts} (100%) rename src/cron/{service.part-1.test.ts => service.runs-one-shot-main-job-disables-it.test.ts} (100%) rename src/cron/{service.part-2.test.ts => service.skips-main-jobs-empty-systemevent-text.test.ts} (100%) diff --git a/src/cron/isolated-agent.part-3.test.ts b/src/cron/isolated-agent.delivers-response-has-heartbeat-ok-but-includes.test.ts similarity index 100% rename from src/cron/isolated-agent.part-3.test.ts rename to src/cron/isolated-agent.delivers-response-has-heartbeat-ok-but-includes.test.ts diff --git a/src/cron/isolated-agent.part-2.test.ts b/src/cron/isolated-agent.skips-delivery-without-whatsapp-recipient-besteffortdeliver-true.test.ts similarity index 100% rename from src/cron/isolated-agent.part-2.test.ts rename to src/cron/isolated-agent.skips-delivery-without-whatsapp-recipient-besteffortdeliver-true.test.ts diff --git a/src/cron/isolated-agent.part-1.test.ts b/src/cron/isolated-agent.uses-last-non-empty-agent-text-as.test.ts similarity index 100% rename from src/cron/isolated-agent.part-1.test.ts rename to src/cron/isolated-agent.uses-last-non-empty-agent-text-as.test.ts diff --git a/src/cron/service.part-1.test.ts b/src/cron/service.runs-one-shot-main-job-disables-it.test.ts similarity index 100% rename from src/cron/service.part-1.test.ts rename to src/cron/service.runs-one-shot-main-job-disables-it.test.ts diff --git a/src/cron/service.part-2.test.ts b/src/cron/service.skips-main-jobs-empty-systemevent-text.test.ts similarity index 100% rename from src/cron/service.part-2.test.ts rename to src/cron/service.skips-main-jobs-empty-systemevent-text.test.ts