typedux
Version:
Slightly adjusted Redux (awesome by default) for TS
15 lines • 419 B
JavaScript
import "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