add some mocha tests to karma 1

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

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