| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { exportPostgreSQLToMySQL } from '../cross-dialect/postgresql/to-mysql'; |
| 3 | import { exportPostgreSQLToMSSQL } from '../cross-dialect/postgresql/to-mssql'; |
| 4 | import { exportBaseSQL } from '../export-sql-script'; |
nothing calls this directly
no test coverage detected