mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
55990: Fix issues to move item component after master merge
This commit is contained in:
@@ -4,11 +4,11 @@ import {ItemOperationComponent} from './item-operation.component';
|
||||
import {TranslateModule} from '@ngx-translate/core';
|
||||
import {By} from '@angular/platform-browser';
|
||||
|
||||
describe('ItemOperationComponent', () => {
|
||||
const itemOperation: ItemOperation = new ItemOperation('key1', 'url1');
|
||||
const itemOperation: ItemOperation = new ItemOperation('key1', 'url1');
|
||||
|
||||
let fixture;
|
||||
let comp;
|
||||
let fixture;
|
||||
let comp;
|
||||
describe('ItemOperationComponent', () => {
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
|
Reference in New Issue
Block a user