Преглед на файлове

Remove .only from tests.

Maciej Gołaszewski преди 6 години
родител
ревизия
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' ] } );