(scope: string, status: string, filesChanged = 0, when = '1h ago', at?: string)
| 2 | import { buildMaintainStats, suggestNextScopes, recommendNextScope, weeklyReport, trendByWeek, projectMonthly, forecastTrend } from '../src/cli/maintain-stats.ts'; |
| 3 | |
| 4 | const R = (scope: string, status: string, filesChanged = 0, when = '1h ago', at?: string) => ({ scope, status, filesChanged, when, at }); |
| 5 | |
| 6 | describe('buildMaintainStats', () => { |
| 7 | it('aggregates opened/blocked/failed, files cleaned, success rate, and by-scope', () => { |
no outgoing calls
no test coverage detected