mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Merge branch 'w2p-46063_truncation-implementation' into w2p-46063_truncation-implementation-test-fixes
Conflicts: src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.spec.ts
This commit is contained in:
@@ -11,6 +11,7 @@ describe('TruncatableComponent', () => {
|
||||
const identifier = '1234567890';
|
||||
let truncatableService;
|
||||
const truncatableServiceStub: any = {
|
||||
/* tslint:disable:no-empty */
|
||||
isCollapsed: (id: string) => {
|
||||
if (id === '1') {
|
||||
return Observable.of(true)
|
||||
@@ -24,6 +25,7 @@ describe('TruncatableComponent', () => {
|
||||
},
|
||||
toggle: (id: string) => {
|
||||
}
|
||||
/* tslint:enable:no-empty */
|
||||
};
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
|
Reference in New Issue
Block a user