export const mochaHooks = (): Mocha.RootHookObject => { return { async beforeAll(this: Mocha.Context) { await import('reflect-metadata'); }, }; };