Unit tests
This commit is contained in:
@@ -5,13 +5,12 @@ import { SseTicketService } from './sse-ticket.service';
|
||||
import { AuthModule } from 'src/modules/auth/auth.module';
|
||||
import { SharedServiceModule } from 'src/shared/service/shared.service.module';
|
||||
import { MailModule } from 'src/modules/mail/mail.module';
|
||||
import { UserService } from 'src/modules/user/user.service';
|
||||
import { SseService } from './sse.service';
|
||||
|
||||
@Module({
|
||||
controllers: [SseController],
|
||||
imports: [DatabaseModule, AuthModule, SharedServiceModule, MailModule],
|
||||
providers: [SseTicketService, UserService, SseService],
|
||||
providers: [SseTicketService, SseService],
|
||||
exports: [SseService]
|
||||
})
|
||||
export class SseModule {}
|
||||
|
||||
Reference in New Issue
Block a user