mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix 'search' tests
This commit is contained in:
@@ -67,7 +67,7 @@ describe('AlfrescoSearchComponent', () => {
|
||||
|
||||
let search = new AlfrescoSearchComponent(null, translation, null, null);
|
||||
expect(search).toBeDefined();
|
||||
expect(translation.addTranslationFolder).toHaveBeenCalledWith('node_modules/ng2-alfresco-search');
|
||||
expect(translation.addTranslationFolder).toHaveBeenCalledWith('node_modules/ng2-alfresco-search/dist/src');
|
||||
});
|
||||
|
||||
describe('Rendering search results', () => {
|
||||
|
Reference in New Issue
Block a user