| 1 | import { sql } from 'drizzle-orm'; |
| 2 | import { integer, pgMaterializedView, pgSchema, pgTable, pgView } from 'drizzle-orm/pg-core'; |
| 3 | import { expect, test } from 'vitest'; |
| 4 | import { diffTestSchemas } from './schemaDiffer'; |
nothing calls this directly
no test coverage detected