fixing index.html and karma tests

This commit is contained in:
Manuel Araoz 2014-08-14 11:51:56 -04:00
commit e857e34b1d
5 changed files with 21 additions and 5 deletions

View file

@ -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');