| 1 | import * as assert from 'assert'; |
| 2 | import { MySqlContainer, StartedMySqlContainer } from '@testcontainers/mysql'; |
| 3 | import knexlib from "knex"; |
| 4 | import { SqlService } from '../../../services/sql'; |
nothing calls this directly
no test coverage detected