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