8
0
Maciej Gołaszewski 5 лет назад
Родитель
Сommit
e9cf478298

+ 1 - 1
packages/ckeditor5-watchdog/tests/contextwatchdog.js

@@ -271,7 +271,7 @@ describe( 'ContextWatchdog', () => {
 				creator: ( el, config ) => ClassicTestEditor.create( el, config ),
 				destructor: destructorSpy,
 				sourceElementOrData: element1,
-				config: {},
+				config: {}
 			} );
 
 			await watchdog.destroy();

+ 1 - 1
packages/ckeditor5-watchdog/tests/editorwatchdog.js

@@ -764,7 +764,7 @@ describe( 'EditorWatchdog', () => {
 			const SAVE_INTERVAL = 30;
 
 			const watchdog = new EditorWatchdog( ClassicTestEditor, {
-				saveInterval: SAVE_INTERVAL,
+				saveInterval: SAVE_INTERVAL
 			} );
 
 			return watchdog.create( element, {