call app.init, app.enableShutdownHooks, and app.close in more tests

This commit is contained in:
Hazelnoot 2025-10-01 11:54:07 -04:00
parent 7d6732bf96
commit 92892338f3
11 changed files with 66 additions and 53 deletions

View file

@ -37,6 +37,8 @@ describe('S3Service', () => {
})
.overrideProvider(InternalEventService).useClass(FakeInternalEventService)
.compile();
await app.init();
app.enableShutdownHooks();
});