add some mocha tests to karma 1

This commit is contained in:
Manuel Araoz 2014-08-21 18:31:55 -04:00
commit e616059206

View file

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