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