| 1 | import '@testing-library/jest-dom/vitest'; |
| 2 | import {fireEvent, render} from '@testing-library/react'; |
| 3 | import {act} from 'react'; |
| 4 | import type {Ids, Indexes, Queries, Relationships, Store} from 'tinybase'; |
nothing calls this directly
no test coverage detected