| 1 | import { MikroORM, wrap } from '@mikro-orm/postgresql'; |
| 2 | import { mockLogger } from '../helpers.js'; |
| 3 | import { initORMPostgreSql } from '../bootstrap.js'; |
| 4 | import { Author2, Book2 } from '../entities-sql/index.js'; |
nothing calls this directly
no test coverage detected