Skip to content

Commit

Permalink
Rich Text: Update toggleFormat tests per activeFormats revision
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 10, 2019
1 parent bea3426 commit 32b4af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rich-text/src/test/toggle-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe( 'toggleFormat', () => {
};
const expected = {
formats: [ , , , [ strong ], [ strong, em ], [ strong, em ], [ em ], , , , , , , ],
activeFormats: [ strong ],
text: 'one two three',
start: 3,
end: 6,
Expand Down

0 comments on commit 32b4af8

Please sign in to comment.