таски готовы

This commit is contained in:
2026-02-23 10:18:56 +03:00
parent 2946ee9b42
commit 066ef5eab5
48 changed files with 3559 additions and 72 deletions

View File

@@ -14,6 +14,15 @@ vi.mock('$app/environment', () => ({
}));
describe('SidebarStore', () => {
beforeEach(() => {
sidebarStore.set({
isExpanded: true,
activeCategory: 'dashboards',
activeItem: '/dashboards',
isMobileOpen: false
});
});
// [DEF:test_sidebar_initial_state:Function]
// @TEST: Store initializes with default values
// @PRE: No localStorage state