8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
63f9a8bbd9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/tests/conversion/viewconsumable.js

+ 1 - 1
packages/ckeditor5-engine/tests/conversion/viewconsumable.js

@@ -550,7 +550,7 @@ describe( 'ViewConsumable', () => {
 		} );
 	} );
 
-	describe.only( 'style shorthands handling', () => {
+	describe( 'style shorthands handling', () => {
 		describe( 'add', () => {
 			it( 'should add padding shorthands', () => {
 				viewConsumable.add( el, { styles: [ 'margin' ] } );