浏览代码

Remove empty before.

Maciej Gołaszewski 5 年之前
父节点
当前提交
f14fb09873
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      packages/ckeditor5-engine/tests/conversion/viewconsumable.js

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