fix(test): Play検索機能でBackend Unit Testが壊れている

This commit is contained in:
syuilo 2025-07-04 18:31:34 +09:00
parent 5caf2b27cf
commit c29a4d9503
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import { IdService } from '@/core/IdService.js';
import { FlashLikesRepository, FlashsRepository, MiFlash, MiUser, UserProfilesRepository, UsersRepository } from '@/models/_.js';
import { DI } from '@/di-symbols.js';
import { GlobalModule } from '@/GlobalModule.js';
import { CoreModule } from '@/core/CoreModule.js';
describe('FlashService', () => {
let app: TestingModule;
@ -66,6 +67,7 @@ describe('FlashService', () => {
app = await Test.createTestingModule({
imports: [
GlobalModule,
CoreModule,
],
providers: [
FlashService,