refs #1480. Fixed test
testing/ogGui-multibranch/pipeline/head This commit looks good Details

pull/16/head
Manuel Aranda Rosales 2025-02-07 13:58:07 +01:00
parent e2056524cf
commit 2b21a621ae
2 changed files with 9 additions and 7 deletions

View File

@ -18,13 +18,14 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { ToastrModule } from 'ngx-toastr';
import { TranslateModule } from '@ngx-translate/core';
import { JoyrideModule } from 'ngx-joyride';
import {LoadingComponent} from "../../../shared/loading/loading.component";
describe('OgbootStatusComponent', () => {
let component: OgbootStatusComponent;
let fixture: ComponentFixture<OgbootStatusComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [OgbootStatusComponent],
declarations: [OgbootStatusComponent, LoadingComponent],
imports: [
HttpClientTestingModule,
ToastrModule.forRoot(),

View File

@ -20,6 +20,7 @@ import { ToastrModule } from 'ngx-toastr';
import { NgxChartsModule } from '@swimlane/ngx-charts';
import { TranslateModule } from '@ngx-translate/core';
import { JoyrideModule } from 'ngx-joyride';
import {LoadingComponent} from "../../../../shared/loading/loading.component";
describe('StatusComponent', () => {
let component: StatusComponent;
@ -27,7 +28,7 @@ describe('StatusComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [StatusComponent],
declarations: [StatusComponent, LoadingComponent],
imports: [
HttpClientTestingModule,
ToastrModule.forRoot(),