8
0
Oskar Wróbel 8 лет назад
Родитель
Сommit
46f5f77811
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/ckeditor5-paragraph/tests/paragraph.js

+ 0 - 2
packages/ckeditor5-paragraph/tests/paragraph.js

@@ -438,8 +438,6 @@ describe( 'Paragraph feature', () => {
 			} );
 
 			expect( editor.getData() ).to.equal( '' );
-
-			editor.destroy();
 		} );
 
 		it( 'should not fix root if change was in transparent batch', () => {