Skip to content

Commit

Permalink
Fix failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnab committed Aug 25, 2016
1 parent 4c9a86f commit 4d08ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/remark/views/slideView_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('SlideView', function () {
, getSlides: function () { return this.slides; }
, getHighlightLines: function () { return true; }
, getHighlightSpans: function () { return true; }
, getHighlightInlineCode: function () { return false; }
, getLinks: function () { return {}; }
, getHighlightLanguage: function () { return ''; }
, getSlideNumberFormat: function () { return '%current% / %total%'; }
Expand Down

0 comments on commit 4d08ab4

Please sign in to comment.