Procházet zdrojové kódy

Remove watcher.off() from afterEach section in tests

panr před 5 roky
rodič
revize
4d3f88e4d5
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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();