Przeglądaj źródła

Tests: Removed unnecessary option in config.

Kamil Piechaczek 8 lat temu
rodzic
commit
533af7db26
1 zmienionych plików z 0 dodań i 3 usunięć
  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' ]
 			} );