| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import superjson from 'superjson' |
| 3 | import { createCollection } from '../src/index' |
| 4 | import { localStorageCollectionOptions } from '../src/local-storage' |
nothing calls this directly
no test coverage detected