improve test coverage document list

This commit is contained in:
Eugenio Romano
2016-12-05 10:09:39 +00:00
parent 800a2a6530
commit b2cbc72342
3 changed files with 60 additions and 79 deletions

View File

@@ -68,7 +68,7 @@ describe('TranslateLoader', () => {
expect(customLoader.existComponent('login')).toBeTruthy();
});
it('should return the Json tranlation ', () => {
it('should return the Json translation ', () => {
customLoader.addComponentList('login', 'path/login');
customLoader.getTranslation('en').subscribe(
(response) => {