| 1 | import { describe, expectTypeOf, test } from 'vitest' |
| 2 | import { createCollection } from '../../src/collection/index.js' |
| 3 | import { createLiveQueryCollection, eq } from '../../src/query/index.js' |
| 4 | import { mockSyncCollectionOptions } from '../utils.js' |
nothing calls this directly
no test coverage detected