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