Sfoglia il codice sorgente

Tests: fixed manual test.

Piotr Jasiun 6 anni fa
parent
commit
a864dbfaf1
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      packages/ckeditor5-watchdog/tests/manual/watchdog.js

+ 2 - 0
packages/ckeditor5-watchdog/tests/manual/watchdog.js

@@ -86,4 +86,6 @@ function createWatchdog( editorElement, stateElement, name ) {
 	} );
 
 	stateElement.innerText = watchdog.state;
+
+	return watchdog;
 }