8
0
Просмотр исходного кода

Tests: Removed unnecessary option in config.

Kamil Piechaczek 8 лет назад
Родитель
Сommit
533af7db26
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      packages/ckeditor5-core/tests/editor/editor.js

+ 0 - 3
packages/ckeditor5-core/tests/editor/editor.js

@@ -437,9 +437,6 @@ describe( 'Editor', () => {
 			};
 
 			const editor = new CustomEditor( {
-				plugins: [
-					'A'
-				],
 				removePlugins: [ 'D' ]
 			} );