diff --git a/app/tests/Frontend/DashboardView.spec.ts b/app/tests/Frontend/DashboardView.spec.ts index b195a617..80af3931 100644 --- a/app/tests/Frontend/DashboardView.spec.ts +++ b/app/tests/Frontend/DashboardView.spec.ts @@ -32,6 +32,7 @@ function makeSummary(overrides: Partial = {}): 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, }; }