Show component vorgang
[examples/angular-tour-of-heroes] / src / app / vorgang / vorgang.component.spec.ts
index 5623c20..6d671fc 100644 (file)
@@ -22,4 +22,11 @@ describe('VorgangComponent', () => {
   it('should create', () => {
     expect(component).toBeTruthy();
   });
+
+  it('should render vorgang', () => {
+    const fixture = TestBed.createComponent(VorgangComponent);
+    fixture.detectChanges();
+    const compiled = fixture.debugElement.nativeElement;
+    expect(compiled.querySelector('p').textContent).toContain('Hello world!');
+  });
 });