This commit is contained in:
Peter Savchenko 2024-04-29 22:12:05 +03:00
parent 833d802542
commit 7e16e2b288

View file

@ -1,5 +1,4 @@
import EditorJS from '../../../../types';
import { BlockChangedMutationType } from '../../../../types/events/block/BlockChanged';
/**
* Test cases for Caret API
@ -57,7 +56,7 @@ describe('Caret API', () => {
});
expect(returnedValue).to.be.true;
});
});
});
it('should set caret to a block (and return true) if block id is passed as argument', () => {