Explorar o código

Include undo tests.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
7dcde735e6

+ 1 - 1
packages/ckeditor5-typing/tests/texttransformation-integration.js

@@ -29,7 +29,7 @@ describe( 'Text transformation feature - integration', () => {
 		return editor.destroy();
 	} );
 
-	describe.skip( 'with undo', () => {
+	describe( 'with undo', () => {
 		beforeEach( () => {
 			return ClassicTestEditor
 				.create( editorElement, { plugins: [ Paragraph, TextTransformation, UndoEditing ] } )