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