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

Commit

Permalink
Tests: Fixed tests leaking editor instance / DOM element.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Dec 20, 2019
1 parent 47da3c3 commit def015d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/linkui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ describe( 'LinkUI', () => {

afterEach( () => {
editorElement.remove();
return editor.destroy();
} );

it( 'should gather information about manual decorators', () => {
Expand Down

0 comments on commit def015d

Please sign in to comment.