test(api): setup mongo schema before running tests (#51686)

Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2023-10-04 00:00:21 +02:00
committed by GitHub
parent 25ff25e74f
commit 5c8b94f236
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ export function setupServer(): void {
await fastify.ready();
global.fastifyTestInstance = fastify;
});
// allow a little time to setup the db
}, 10000);
afterAll(async () => {
// Due to a prisma bug, this is not enough, we need to --force-exit jest: