| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { BrowserCollectionCoordinator } from '../src/browser-coordinator' |
| 3 | import type { BrowserCollectionCoordinatorOptions } from '../src/browser-coordinator' |
| 4 | import type { PersistenceAdapter } from '@tanstack/db-sqlite-persistence-core' |
nothing calls this directly
no test coverage detected