Maciej Bukowski преди 6 години
родител
ревизия
934fdb037e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-core/tests/_utils-tests/virtualtesteditor.js

+ 1 - 1
packages/ckeditor5-core/tests/_utils-tests/virtualtesteditor.js

@@ -58,7 +58,7 @@ describe( 'VirtualTestEditor', () => {
 		it( 'fires the `data#ready` event once', () => {
 			const dataReadySpy = sinon.spy();
 
-			const Plugin = editor => {
+			const Plugin = function( editor ) {
 				editor.data.on( 'ready', dataReadySpy );
 			};