Text fixed: add MatInputModule to ClientTaskLogsComponent test setup
testing/ogGui-multibranch/pipeline/head There was a failure building this commit Details

pull/24/head
Lucas Lara García 2025-05-21 09:58:56 +02:00
parent cd45009751
commit 11b1c26f50
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import { LoadingComponent } from 'src/app/shared/loading/loading.component';
import { MatPaginatorModule } from '@angular/material/paginator';
import { NO_ERRORS_SCHEMA } from '@angular/core';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { MatInputModule } from '@angular/material/input';
describe('ClientTaskLogsComponent', () => {
let component: ClientTaskLogsComponent;
@ -32,6 +33,7 @@ describe('ClientTaskLogsComponent', () => {
TranslateModule.forRoot(),
MatFormFieldModule,
MatPaginatorModule,
MatInputModule,
MatSelectModule,
BrowserAnimationsModule
],