]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
682065a71c4aada003f2debc1260cdf990955e38
[ceph.git] /
1 import { ComponentFixture, TestBed } from '@angular/core/testing';
2
3 import { RgwSyncPrimaryZoneComponent } from './rgw-sync-primary-zone.component';
4
5 describe('RgwSyncPrimaryZoneComponent', () => {
6   let component: RgwSyncPrimaryZoneComponent;
7   let fixture: ComponentFixture<RgwSyncPrimaryZoneComponent>;
8
9   beforeEach(async () => {
10     await TestBed.configureTestingModule({
11       declarations: [RgwSyncPrimaryZoneComponent]
12     }).compileComponents();
13   });
14
15   beforeEach(() => {
16     fixture = TestBed.createComponent(RgwSyncPrimaryZoneComponent);
17     component = fixture.componentInstance;
18     fixture.detectChanges();
19   });
20
21   it('should create', () => {
22     expect(component).toBeTruthy();
23   });
24 });