|
@@ -2,7 +2,6 @@ import { render, screen, fireEvent } from '@testing-library/react';
|
|
|
|
|
|
|
|
import { DescendantsPageListModal } from './DescendantsPageListModal';
|
|
import { DescendantsPageListModal } from './DescendantsPageListModal';
|
|
|
|
|
|
|
|
-
|
|
|
|
|
const mockClose = vi.hoisted(() => vi.fn());
|
|
const mockClose = vi.hoisted(() => vi.fn());
|
|
|
const useIsDeviceLargerThanLg = vi.hoisted(() => vi.fn().mockReturnValue({ data: true }));
|
|
const useIsDeviceLargerThanLg = vi.hoisted(() => vi.fn().mockReturnValue({ data: true }));
|
|
|
|
|
|