[ADF-3630] fix i18n fallback behaviour (#3851)

* fix i18n fallback behaviour

* update tests

* update tests

* configuration fixes

* test configuration fix
This commit is contained in:
Denys Vuika
2018-10-04 10:11:30 +01:00
committed by Eugenio Romano
parent d1f87837ac
commit 54cca45ec1
12 changed files with 126 additions and 92 deletions

View File

@@ -309,6 +309,10 @@ describe('Custom CustomEmptyTemplateComponent', () => {
fixture.detectChanges();
});
afterEach(() => {
fixture.destroy();
});
it('should render the custom template', async(() => {
fixture.whenStable().then(() => {
fixture.detectChanges();

View File

@@ -336,6 +336,10 @@ describe('Custom CustomEmptyTemplateComponent', () => {
fixture.detectChanges();
});
afterEach(() => {
fixture.destroy();
});
it('should render the custom template', async(() => {
fixture.whenStable().then(() => {
fixture.detectChanges();