| 1 | import '@testing-library/jest-dom/extend-expect'; |
| 2 | import { act, cleanup, render, waitFor } from '@testing-library/react'; |
| 3 | import { act as actOnHook, renderHook } from '@testing-library/react-hooks'; |
| 4 | import * as React from 'react'; |
nothing calls this directly
no test coverage detected