Context
Audit ID: TEST-2
The `spyCronFrom()` helper in `scheduled-event.test.ts` is complex and file-local. It could be reused if more scheduled event tests are written.
Approach
Move to `src/core/lib/test-helpers/` alongside `assertDefined` and `createMockCommand`.
Files
- `src/core/sparks/scheduled-event.test.ts` (source)
- `src/core/lib/test-helpers/` (destination)