| 1 | process.env.FORCE_COLOR = '0'; |
| 2 | import { MetadataStorage, MikroORM, raw } from '@mikro-orm/core'; |
| 3 | import { ReflectMetadataProvider } from '@mikro-orm/decorators/legacy'; |
| 4 | import { Migration, MigrationStorage, Migrator } from '@mikro-orm/migrations'; |
nothing calls this directly
no test coverage detected