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