test(plugins): plugin load + configure tests added
This commit is contained in:
parent
f97fda585f
commit
edffd2f595
11 changed files with 509 additions and 267 deletions
11
test/mocks/trader.js
Normal file
11
test/mocks/trader.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
SUPPORTED_MODULES: ['trader'],
|
||||
NAME: 'Mock Trader',
|
||||
|
||||
config: function() {},
|
||||
balance: function() {},
|
||||
purchase: function() {},
|
||||
sell: function() {}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue