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

Commit

Permalink
Tests: Fixed test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed May 20, 2019
1 parent aa7f229 commit c1da028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/linkcommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe( 'LinkCommand', () => {

model.schema.extend( '$text', {
allowIn: '$root',
allowAttributes: 'linkHref'
allowAttributes: [ 'linkHref', 'bold' ]
} );

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

0 comments on commit c1da028

Please sign in to comment.