| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { Schema, Table, column } from '@powersync/node' |
| 3 | import { createCollection } from '@tanstack/db' |
| 4 | import { powerSyncCollectionOptions } from '../src' |
nothing calls this directly
no test coverage detected