We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a603a50 commit 5154a54Copy full SHA for 5154a54
bootstrap-unexpected-markdown.js
@@ -1,6 +1,10 @@
1
/*global unexpected:true, expect:true, jsdom:true, createElement:true, window:true, document:true*/
2
/* eslint no-unused-vars: "off" */
3
4
+if (typeof expect === 'undefined') {
5
+ require('./test/common/node');
6
+}
7
+
8
unexpected = expect;
9
unexpected.output.preferredWidth = 80;
10
0 commit comments