1 import { ComponentFixture, TestBed } from '@angular/core/testing';
3 import { RgwSyncPrimaryZoneComponent } from './rgw-sync-primary-zone.component';
5 describe('RgwSyncPrimaryZoneComponent', () => {
6 let component: RgwSyncPrimaryZoneComponent;
7 let fixture: ComponentFixture<RgwSyncPrimaryZoneComponent>;
9 beforeEach(async () => {
10 await TestBed.configureTestingModule({
11 declarations: [RgwSyncPrimaryZoneComponent]
12 }).compileComponents();
16 fixture = TestBed.createComponent(RgwSyncPrimaryZoneComponent);
17 component = fixture.componentInstance;
18 fixture.detectChanges();
21 it('should create', () => {
22 expect(component).toBeTruthy();