add some mocha tests to karma 4

This commit is contained in:
Manuel Araoz 2014-08-21 18:37:44 -04:00
parent dc4d56e9ed
commit b0591caf7f
1 changed files with 2 additions and 1 deletions

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'
],