import { render, screen } from '@testing-library/react' import AppInfo from '../app-info' vi.mock('../app-info/index', () => ({ default: ({ expand, onlyShowDetail = false, openState = false, }: { expand: boolean onlyShowDetail?: boolean openState?: boolean }) => (
), })) describe('app-sidebar/app-info entrypoint', () => { it('should forward props to the modular app-info implementation', () => { render(