| 17 | } |
| 18 | |
| 19 | class MySQLIntegrationTest extends IntegrationTestBase<MySQLTestContainer> { |
| 20 | constructor() { |
| 21 | const config: DatabaseTestConfig = { |
| 22 | expectedSchemas: ['testdb'], |
nothing calls this directly
no outgoing calls
no test coverage detected