| 1 | import { renderHook } from '@testing-library/react-hooks'; |
| 2 | import { deleteApp, getApps, initializeApp } from 'firebase/app'; |
| 3 | import { getAuth } from 'firebase/auth'; |
| 4 | import * as React from 'react'; |
nothing calls this directly
no test coverage detected