Fixed test
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
ab5a4448dc
commit
22ed91551e
|
@ -18,6 +18,7 @@ import { ToastrModule, ToastrService } from 'ngx-toastr';
|
|||
import { provideRouter } from '@angular/router';
|
||||
import { MatSelectModule } from '@angular/material/select';
|
||||
import {MatExpansionModule} from "@angular/material/expansion";
|
||||
import {LoadingComponent} from "../../../../../shared/loading/loading.component";
|
||||
|
||||
describe('DeployImageComponent', () => {
|
||||
let component: DeployImageComponent;
|
||||
|
@ -25,7 +26,7 @@ describe('DeployImageComponent', () => {
|
|||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [DeployImageComponent],
|
||||
declarations: [DeployImageComponent, LoadingComponent],
|
||||
imports: [
|
||||
ReactiveFormsModule,
|
||||
FormsModule,
|
||||
|
|
Loading…
Reference in New Issue