merge conflict

This commit is contained in:
Maxime GRIS
2018-02-25 22:12:16 +01:00
6 changed files with 37 additions and 40 deletions

View File

@@ -29,6 +29,6 @@ describe('HomeComponent', () => {
it('should render title in a h1 tag', async(() => {
const compiled = fixture.debugElement.nativeElement;
expect(compiled.querySelector('h1').textContent).toBeTruthy();
expect(compiled.querySelector('h1').textContent).toContain('PAGES.HOME.TITLE');
}));
});