| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { renderHook } from '@testing-library/react' |
| 3 | import { createCollection } from '../../db/src/collection/index' |
| 4 | import { mockSyncCollectionOptions } from '../../db/tests/utils' |
nothing calls this directly
no test coverage detected