Fix markdown-doctest run.

This commit is contained in:
John-David Dalton
2016-05-20 09:00:45 -07:00
parent 91242440fc
commit 08694bd709

View File

@@ -1,3 +1,7 @@
'use strict';
delete global['__core-js_shared__'];
var _ = require('./lodash.js');
function mockQuery() {
@@ -41,4 +45,4 @@ module.exports = {
'process': process,
'setImmediate': setImmediate
}
}
};