Fix test without it's/it's not running because they are in a waitForAsync function

This commit is contained in:
Alexandre Vryghem
2023-07-29 19:18:58 +02:00
parent 8d84efb1a9
commit c4bff4d9c7
4 changed files with 61 additions and 66 deletions

View File

@@ -191,20 +191,6 @@ describe('ItemBitstreamsComponent', () => {
});
});
describe('when dropBitstream is called', () => {
const event = {
fromIndex: 0,
toIndex: 50,
// eslint-disable-next-line no-empty,@typescript-eslint/no-empty-function
finish: () => {
}
};
beforeEach(() => {
comp.dropBitstream(bundle, event);
});
});
describe('when dropBitstream is called', () => {
beforeEach((done) => {
comp.dropBitstream(bundle, {