| 1 | import { QueryClient, skipToken } from '@tanstack/react-query' |
| 2 | import '@testing-library/jest-dom' |
| 3 | import { fireEvent, waitFor } from '@testing-library/react' |
| 4 | import * as React from 'react' |
nothing calls this directly
no test coverage detected