| 1 | import { cleanup, render, waitFor } from '@testing-library/react'; |
| 2 | import { renderHook } from '@testing-library/react-hooks'; |
| 3 | import { initializeApp, deleteApp, getApps } from 'firebase/app'; |
| 4 | import '@testing-library/jest-dom/extend-expect'; |
nothing calls this directly
no test coverage detected