1 import { ComponentFixture, TestBed } from '@angular/core/testing';
3 import { RgwSyncPrimaryZoneComponent } from './rgw-sync-primary-zone.component';
4 import { configureTestBed } from '~/testing/unit-test-helper';
6 describe('RgwSyncPrimaryZoneComponent', () => {
7 let component: RgwSyncPrimaryZoneComponent;
8 let fixture: ComponentFixture<RgwSyncPrimaryZoneComponent>;
11 declarations: [RgwSyncPrimaryZoneComponent]
15 fixture = TestBed.createComponent(RgwSyncPrimaryZoneComponent);
16 component = fixture.componentInstance;
17 fixture.detectChanges();
20 it('should create', () => {
21 expect(component).toBeTruthy();