1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-10 06:04:16 +02:00
This commit is contained in:
syuilo
2023-10-02 18:02:25 +09:00
parent caca0da912
commit 79e5075564
11 changed files with 153 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ describe('S3Service', () => {
imports: [GlobalModule, CoreModule],
providers: [S3Service],
}).compile();
await app.init();
app.enableShutdownHooks();
s3Service = app.get<S3Service>(S3Service);
});