Browse Source

Remove .only from tests.

Maciej Gołaszewski 6 years ago
parent
commit
63f9a8bbd9
1 changed files with 1 additions and 1 deletions
  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' ] } );