diff --git a/tests/markdown.js b/tests/markdown.js index c448efa..712068a 100644 --- a/tests/markdown.js +++ b/tests/markdown.js @@ -19,6 +19,8 @@ describe( 'Markdown', () => { } ) .then( editor => { expect( editor.data.processor ).to.be.an.instanceof( GFMDataProcessor ); + + editor.destroy(); // Tests cleanup. } ); } ); } );