describe('Undo Redo Manager', () => { /** * Need to draw work flow before describing tests */ it('should do \'UNDO\' operation', () => { console.log('todo'); }); it('should do \'REDO\' operation', () => { console.log('todo'); }); });