Explorar el Código

Tests: fixed manual test.

Piotr Jasiun hace 6 años
padre
commit
a864dbfaf1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
 }