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