editor.js/test/cypress/tests/collaborative-editing/undoRedo/manager.spec.ts

10 lines
195 B
TypeScript

describe('Undo Redo Manager', () => {
it('should do \'UNDO\' operation', () => {
console.log('todo');
});
it('should do \'REDO\' operation', () => {
console.log('todo');
});
});