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

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