| 1 | import { renderHook, act as hooksAct, cleanup as hooksCleanup } from '@testing-library/react-hooks'; |
| 2 | import * as React from 'react'; |
| 3 | import { useDatabaseObject, useDatabaseList, FirebaseAppProvider, DatabaseProvider, ObservableStatus } from '../src/index'; |
| 4 | import { baseConfig } from './appConfig'; |
nothing calls this directly
no test coverage detected