Browse Source

Remove watcher.off() from afterEach section in tests

panr 5 years ago
parent
commit
4d3f88e4d5
1 changed files with 0 additions and 1 deletions
  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();