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

@ -18,7 +18,6 @@ describe('MfmService', () => {
const app = await Test.createTestingModule({
imports: [GlobalModule, CoreModule],
}).compile();
await app.init();
mfmService = app.get<MfmService>(MfmService);
});