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
10
test/mocks/wallet.js
Normal file
10
test/mocks/wallet.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
SUPPORTED_MODULES: ['wallet'],
|
||||
NAME: 'Mock Wallet',
|
||||
|
||||
config: function() {},
|
||||
balance: function() {},
|
||||
sendBitcoins: function() {}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue