1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 10:15:11 +02:00
This commit is contained in:
syuilo
2023-10-03 16:26:58 +09:00
parent 9de11da170
commit c3714c02ba
11 changed files with 0 additions and 11 deletions

View File

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