UNPKG

215 BJavaScriptView Raw
1if (typeof window !== 'undefined') {
2 chai.config.includeStack = true;
3 window.expect = chai.expect;
4 window.assert = chai.assert;
5 mocha.setup('bdd');
6 window.require = function () {
7 return window;
8 };
9}