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

Commit

Permalink
Tests: Removed editor destroy on not ready instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarwrobel committed Jun 29, 2018
1 parent ad1da26 commit 3bab479
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/editor/editorui.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ describe( 'EditorUI', () => {
} );

afterEach( () => {
return Promise.all( [
editor.destroy(),
ui.destroy()
] );
ui.destroy();
} );

describe( 'constructor()', () => {
Expand Down

0 comments on commit 3bab479

Please sign in to comment.