| 5 | import type { Connector } from '../interface.js'; |
| 6 | |
| 7 | class MySQLTestContainer implements TestContainer { |
| 8 | constructor(private container: StartedMySqlContainer) {} |
| 9 | |
| 10 | getConnectionUri(): string { |
nothing calls this directly
no outgoing calls
no test coverage detected