mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Merge branch 'master' into metadata-and-relationships-combined-in-submission
This commit is contained in:
@@ -190,6 +190,19 @@ describe('ItemBitstreamsComponent', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe('when dropBitstream is called', () => {
|
||||||
|
const event = {
|
||||||
|
fromIndex: 0,
|
||||||
|
toIndex: 50,
|
||||||
|
// tslint:disable-next-line:no-empty
|
||||||
|
finish: () => {}
|
||||||
|
};
|
||||||
|
|
||||||
|
beforeEach(() => {
|
||||||
|
comp.dropBitstream(bundle, event);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
describe('when dropBitstream is called', () => {
|
describe('when dropBitstream is called', () => {
|
||||||
const event = {
|
const event = {
|
||||||
fromIndex: 0,
|
fromIndex: 0,
|
||||||
|
Reference in New Issue
Block a user