pcb demo code.
[ealt-edge.git] / example-apps / PDD / frontend-src / src / app / home / home.component.spec.ts
diff --git a/example-apps/PDD/frontend-src/src/app/home/home.component.spec.ts b/example-apps/PDD/frontend-src/src/app/home/home.component.spec.ts
new file mode 100644 (file)
index 0000000..490e81b
--- /dev/null
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { HomeComponent } from './home.component';
+
+describe('HomeComponent', () => {
+  let component: HomeComponent;
+  let fixture: ComponentFixture<HomeComponent>;
+
+  beforeEach(async(() => {
+    TestBed.configureTestingModule({
+      declarations: [ HomeComponent ]
+    })
+    .compileComponents();
+  }));
+
+  beforeEach(() => {
+    fixture = TestBed.createComponent(HomeComponent);
+    component = fixture.componentInstance;
+    fixture.detectChanges();
+  });
+
+  it('should create', () => {
+    expect(component).toBeTruthy();
+  });
+});