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

Commit

Permalink
Tests: Fixed failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Jan 11, 2018
1 parent 040d58b commit f9d3887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/controller/editingcontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ describe( 'EditingController', () => {
domRoot.contentEditable = true;

document.body.appendChild( domRoot );
editing.createRoot( domRoot );

model.schema.register( 'paragraph', { inheritAllFrom: '$block' } );
model.schema.register( 'div', { inheritAllFrom: '$block' } );
Expand Down

0 comments on commit f9d3887

Please sign in to comment.