Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Remove watcher.off() from afterEach section in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Jan 29, 2020
1 parent 8eb686a commit 0bbaeee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/textwatcher.js
Expand Up @@ -40,7 +40,6 @@ describe( 'TextWatcher', () => {

afterEach( () => {
sinon.restore();
watcher.off();

if ( editor ) {
return editor.destroy();
Expand Down

0 comments on commit 0bbaeee

Please sign in to comment.