| 1 | import type { SqlCommenterContext, SqlCommenterPlugin } from '@prisma/sqlcommenter' |
| 2 | import { describe, expect, test, vi } from 'vitest' |
| 3 | |
| 4 | import { appendSqlComment, applySqlCommenters, buildSqlComment, formatSqlComment } from './sql-commenter' |
nothing calls this directly
no test coverage detected