소스 검색

Remove empty before.

Maciej Gołaszewski 6 년 전
부모
커밋
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' ] } );