| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { parseColumnLine, parseCreateTable, parseSchema, splitStatements } from './sql-parser'; |
| 3 | |
| 4 | const FIXTURE = `CREATE TABLE IF NOT EXISTS _meta ( |
nothing calls this directly
no test coverage detected