MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / database.test.tsx

File database.test.tsx

test/database.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

randomStringFunction · 0.90
useDatabaseObjectFunction · 0.85
useDatabaseListFunction · 0.85

Tested by

no test coverage detected