8
0
Просмотр исходного кода

Remove remaining 'skip' method from unit tests.

Mateusz Samsel 6 лет назад
Родитель
Сommit
542b838a3d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-link/tests/unlinkcommand.js

+ 1 - 1
packages/ckeditor5-link/tests/unlinkcommand.js

@@ -229,7 +229,7 @@ describe( 'UnlinkCommand', () => {
 		} );
 	} );
 
-	describe.skip( 'manual decorators', () => {
+	describe( 'manual decorators', () => {
 		beforeEach( () => {
 			editor.destroy();
 			return ModelTestEditor.create( {