Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Dec 23, 2016
1 parent c0648c9 commit 555f872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core/quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Quill', function() {
expect(this.quill.emitter.emit).toHaveBeenCalledWith(Emitter.events.TEXT_CHANGE, change, this.oldDelta, Emitter.sources.API);
});

it('format', function() {
it('format()', function() {
this.quill.setSelection(3, 2);
this.quill.format('bold', true);
let change = new Delta().retain(3).retain(2, { bold: true });
Expand Down

0 comments on commit 555f872

Please sign in to comment.