Merge branch 'main' into Removing-unnecessary-circular-dependencies

This commit is contained in:
lotte
2022-04-20 14:47:55 +02:00
280 changed files with 7366 additions and 8121 deletions

View File

@@ -195,7 +195,7 @@ describe('ItemBitstreamsComponent', () => {
const event = {
fromIndex: 0,
toIndex: 50,
// tslint:disable-next-line:no-empty
// eslint-disable-next-line no-empty,@typescript-eslint/no-empty-function
finish: () => {
}
};
@@ -210,7 +210,7 @@ describe('ItemBitstreamsComponent', () => {
comp.dropBitstream(bundle, {
fromIndex: 0,
toIndex: 50,
// tslint:disable-next-line:no-empty
// eslint-disable-next-line no-empty, @typescript-eslint/no-empty-function
finish: () => {
done();
}