Merge branch 'master' into metadata-and-relationships-combined-in-submission

This commit is contained in:
Art Lowel
2020-06-30 12:06:56 +02:00

View File

@@ -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,