add some mocha tests to karma 4

This commit is contained in:
Manuel Araoz 2014-08-21 18:37:44 -04:00
commit b0591caf7f

View file

@ -62,7 +62,8 @@ module.exports = function(config) {
'test/unit/**/*.js',
'test/test.blockchain.Insight.js',
'test/test.HDParams.js',
'test/test.HDPath.js'
'test/test.HDPath.js',
'test/test.LocalEncrypted.js'
],