editor.js/test/cypress/tests/collaborative-editing/transform/transformer.spec.ts

6 lines
143 B
TypeScript

describe('Transformer', () => {
it('should transform the operation relative to the previous one', () => {
console.log('todo');
});
});