UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

13 lines (9 loc) 269 B
var chai = require('chai'), sinon = require('sinon'); chai.expect(); chai.config.includeStack = true; global.expect = chai.expect; global.AssertionError = chai.AssertionError; global.Assertion = chai.Assertion; global.assert = chai.assert; global.sinon = sinon;