mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
improve test coverage document list
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user