Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created December 8, 2016 18:47
Show Gist options
  • Select an option

  • Save JeremyLikness/51b5432472d2b62746bcbc7b59ee436b to your computer and use it in GitHub Desktop.

Select an option

Save JeremyLikness/51b5432472d2b62746bcbc7b59ee436b to your computer and use it in GitHub Desktop.
it('should render title in a h1 tag', () => {
fixture.detectChanges();
let compiled = fixture.debugElement.nativeElement;
expect(compiled.querySelector('h1').textContent)
.toContain('Redux Angular 2 Example with Kendo UI');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment