From 3c520f7a539504a3bd17a659a27492c31ce10b37 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Jul 2026 23:16:33 -0400 Subject: [PATCH] fix build test --- apps/dashboard/src/components/layout/Sidebar.boundary.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/src/components/layout/Sidebar.boundary.test.ts b/apps/dashboard/src/components/layout/Sidebar.boundary.test.ts index 1d9fd8d..ecb5932 100644 --- a/apps/dashboard/src/components/layout/Sidebar.boundary.test.ts +++ b/apps/dashboard/src/components/layout/Sidebar.boundary.test.ts @@ -6,6 +6,7 @@ describe('Sidebar menu rendering helpers', () => { expect(APPROVED_BASELINE_MENU_KEYS).toEqual([ 'dashboard', 'billing', + 'contracts', 'customers', 'fleet', 'reports',