Skip to content

Commit

Permalink
Fix issue when generating docs site after browser tests merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Jan 8, 2019
1 parent a603a50 commit 5154a54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap-unexpected-markdown.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/*global unexpected:true, expect:true, jsdom:true, createElement:true, window:true, document:true*/
/* eslint no-unused-vars: "off" */

if (typeof expect === 'undefined') {
require('./test/common/node');
}

unexpected = expect;
unexpected.output.preferredWidth = 80;

Expand Down

0 comments on commit 5154a54

Please sign in to comment.