style: fix formatting on everything

This commit is contained in:
Micael Levi L. Cavalcante
2022-08-21 14:23:19 -04:00
parent 985d794447
commit bc80ef6055
13 changed files with 57 additions and 39 deletions

View File

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