fixing index.html and karma tests
This commit is contained in:
parent
6c79d3575d
commit
e857e34b1d
5 changed files with 21 additions and 5 deletions
5
copay.js
5
copay.js
|
|
@ -14,5 +14,10 @@ var Insight = module.exports.Insight = require('./js/models/blockchain/Insight')
|
|||
var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js/models/storage/LocalEncrypted');
|
||||
|
||||
module.exports.WalletFactory = require('./js/models/core/WalletFactory');
|
||||
module.exports.Wallet = require('./js/models/core/Wallet');
|
||||
module.exports.version = require('./version');
|
||||
module.exports.API = require('./API');
|
||||
|
||||
|
||||
// test hack :s, will fix
|
||||
module.exports.FakePayProServer = require('./test/mocks/FakePayProServer');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue