Przeglądaj źródła

Remove empty before.

Maciej Gołaszewski 5 lat temu
rodzic
commit
f14fb09873

+ 0 - 4
packages/ckeditor5-engine/tests/conversion/viewconsumable.js

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