Skip to content

Commit

Permalink
test(highlight): comment out empty test (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored and SukkaW committed Dec 18, 2019
1 parent 621c9e3 commit c10d3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/highlight.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe('highlight', () => {
validateHtmlAsync(result, done);
});

it('don\'t highlight if parse failed');
// it('don\'t highlight if parse failed'); missing-unit-test

it('caption', done => {
const result = highlight(testString, {
Expand Down

0 comments on commit c10d3e3

Please sign in to comment.