瀏覽代碼

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' ] } );