Add AC and ANR services
[portal/ric-dashboard.git] / webapp-frontend / src / app / anr-xapp / anr-xapp.component.spec.ts
diff --git a/webapp-frontend/src/app/anr-xapp/anr-xapp.component.spec.ts b/webapp-frontend/src/app/anr-xapp/anr-xapp.component.spec.ts
new file mode 100644 (file)
index 0000000..681aa20
--- /dev/null
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { AnrXappComponent } from './anr-xapp.component';
+
+describe('AnrXappComponent', () => {
+  let component: AnrXappComponent;
+  let fixture: ComponentFixture<AnrXappComponent>;
+
+  beforeEach(async(() => {
+    TestBed.configureTestingModule({
+      declarations: [ AnrXappComponent ]
+    })
+    .compileComponents();
+  }));
+
+  beforeEach(() => {
+    fixture = TestBed.createComponent(AnrXappComponent);
+    component = fixture.componentInstance;
+    fixture.detectChanges();
+  });
+
+  it('should create', () => {
+    expect(component).toBeTruthy();
+  });
+});