Created
December 8, 2016 18:47
-
-
Save JeremyLikness/51b5432472d2b62746bcbc7b59ee436b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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