typedux
Version:
Slightly adjusted Redux (awesome by default) for TS
17 lines • 498 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
require("source-map-support/register");
// declare global {
// const sinon: typeof sinonGlobal
// const expect: typeof chaiGlobal.expect
// const assert: typeof chaiGlobal.assert
// const config:any
// }
//
// g.config = chaiGlobal.config
// g.assert = chaiGlobal.assert
// g.expect = chaiGlobal.expect
// g.sinon = sinonGlobal
const g = global;
g.Promise = require('bluebird');
//# sourceMappingURL=test-setup.js.map
;