| 1 | import type { MikroORM } from '@mikro-orm/core'; |
| 2 | import { LoadStrategy } from '@mikro-orm/core'; |
| 3 | import { MySqlDriver } from '@mikro-orm/mysql'; |
| 4 | import { Author2, Book2, BookTag2 } from '../../entities-sql/index.js'; |
nothing calls this directly
no test coverage detected