import { describe, expect, it, vi } from 'vitest'; import { render, screen } from '@testing-library/react'; import { MainLayout } from '@/components/layout/MainLayout'; vi.mock('@/components/layout/Sidebar', () => ({ Sidebar: () =>