fix: дополнен мок DashboardSummary в DashboardView.spec (avg_lead_cost_rub) — type-check green

Пред-существующая type-ошибка (поле required в DashboardSummary отсутствовало в моке). Не связано с SP3a; убирает единственную ошибку vue-tsc. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Дмитрий
2026-06-18 23:45:08 +03:00
parent d3483c21d8
commit f9e1ddb7da
+1
View File
@@ -32,6 +32,7 @@ function makeSummary(overrides: Partial<DashboardSummary> = {}): DashboardSummar
balance: { amount_rub: '14250.00', runway_days: 4, runway_leads: 285 },
activity: { points: [3, 5, 2, 8, 6, 9, 4], labels: ['сб', 'вс', 'пн', 'вт', 'ср', 'чт', 'сегодня'], max: 10 },
funnel: { new: 18, won: 45 },
avg_lead_cost_rub: null,
...overrides,
};
}