8
0
فهرست منبع

Tests: Removed unnecessary option in config.

Kamil Piechaczek 8 سال پیش
والد
کامیت
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' ]
 			} );