Skip to content

Commit

Permalink
shorten test name for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aliwoodman committed Mar 20, 2018
1 parent af38ad8 commit 5ba159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/draftjsToMd.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('draftjsToMd', () => {
draftjsToMd(raw).should.equal(expectedMarkdown);
});

it('converts overlapping styles correctly, regardless of whether the "longer" one is first', () => {
it('converts overlapping styles correctly, whether or not the "longer" one is first', () => {
const raw = {
blocks: [{
text: 'I start with italic bold and end with only bold.',
Expand Down

0 comments on commit 5ba159f

Please sign in to comment.