mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
clean all the events that start wit on prefix (#2536)
This commit is contained in:
committed by
Maurizio Vitale
parent
b2414781d4
commit
ded3847762
@@ -69,7 +69,7 @@
|
||||
"@types/hammerjs": "2.0.35",
|
||||
"@types/jasmine": "2.5.35",
|
||||
"@types/node": "6.0.45",
|
||||
"adf-tslint-rules": "0.0.3",
|
||||
"adf-tslint-rules": "0.0.4",
|
||||
"angular2-template-loader": "0.6.2",
|
||||
"autoprefixer": "6.5.4",
|
||||
"codelyzer": "3.1.2",
|
||||
|
@@ -186,7 +186,6 @@ describe('SearchComponent', () => {
|
||||
});
|
||||
|
||||
it('should display search results when a search term is provided', (done) => {
|
||||
|
||||
let searchService = TestBed.get(SearchService);
|
||||
spyOn(searchService, 'getQueryNodesPromise').and.returnValue(Promise.resolve(result));
|
||||
component.searchTerm = '';
|
||||
|
@@ -152,6 +152,7 @@
|
||||
"templates-use-public": true,
|
||||
"invoke-injectable": true,
|
||||
"adf-file-name": true,
|
||||
"adf-class-name": true
|
||||
}
|
||||
"adf-class-name": true,
|
||||
"adf-prefix-name": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user