Text fixed: add MatInputModule to ClientTaskLogsComponent test setup
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
parent
cd45009751
commit
11b1c26f50
|
@ -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
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue