UNPKG
bluebot
Version:
latest (0.5.10)
0.5.10
A bitcoin trading bot for auto trading at various exchanges
bluebot
/
test
/
_prepare.js
5 lines
(4 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
// overwrite config with test-config
var
utils =
require
(__dirname +
'/../core/util'
);
var
testConfig =
require
(__dirname +
'/test-config.json'
); utils.
setConfig
(testConfig);