Skip to content

Commit 5154a54

Browse files
committed
Fix issue when generating docs site after browser tests merge.
1 parent a603a50 commit 5154a54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bootstrap-unexpected-markdown.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
/*global unexpected:true, expect:true, jsdom:true, createElement:true, window:true, document:true*/
22
/* eslint no-unused-vars: "off" */
33

4+
if (typeof expect === 'undefined') {
5+
require('./test/common/node');
6+
}
7+
48
unexpected = expect;
59
unexpected.output.preferredWidth = 80;
610

0 commit comments

Comments
 (0)