| 29 | } |
| 30 | |
| 31 | class SQLiteIntegrationTest extends IntegrationTestBase<SQLiteTestContainer> { |
| 32 | constructor() { |
| 33 | const config: DatabaseTestConfig = { |
| 34 | expectedSchemas: ['main'], // SQLite uses 'main' as the default schema name |
nothing calls this directly
no outgoing calls
no test coverage detected