UNPKG

es6-shim

Version:

ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines

10 lines (9 loc) 215 B
if (typeof window !== 'undefined') { chai.config.includeStack = true; window.expect = chai.expect; window.assert = chai.assert; mocha.setup('bdd'); window.require = function () { return window; }; }