| 1 | import type { RenderResult } from '@testing-library/react'; |
| 2 | import { fireEvent, render, screen, waitFor } from '@testing-library/react'; |
| 3 | import { QueryClient } from '@tanstack/react-query'; |
| 4 | import React from 'react'; |
nothing calls this directly
no test coverage detected