Explorar el Código

Remove watcher.off() from afterEach section in tests

panr hace 5 años
padre
commit
4d3f88e4d5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/ckeditor5-typing/tests/textwatcher.js

+ 0 - 1
packages/ckeditor5-typing/tests/textwatcher.js

@@ -40,7 +40,6 @@ describe( 'TextWatcher', () => {
 
 	afterEach( () => {
 		sinon.restore();
-		watcher.off();
 
 		if ( editor ) {
 			return editor.destroy();