| 7 | import { RefreshToken } from '../../api/src/auth/entities/refresh-token.entity'; |
| 8 | |
| 9 | export class DatabaseUtils { |
| 10 | private static dataSource: DataSource; |
| 11 | |
| 12 | static async initializeDatabase(): Promise<DataSource> { |
nothing calls this directly
no outgoing calls
no test coverage detected