add some mocha tests to karma 2

This commit is contained in:
Manuel Araoz 2014-08-21 18:33:21 -04:00
parent e616059206
commit d066159b46
1 changed files with 2 additions and 1 deletions

View File

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