| 1 | import { Schema, Table, column } from '@powersync/common' |
| 2 | import { describe, expect, it } from 'vitest' |
| 3 | import { convertTableToSchema } from '../src/schema' |
| 4 | import type { StandardSchemaV1 } from '@standard-schema/spec' |
nothing calls this directly
no test coverage detected