From e6160592060a25abdd339c59a2c54a09f467deae Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 18:31:55 -0400 Subject: [PATCH] add some mocha tests to karma 1 --- karma.conf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index ab1abaf1f..8f132da10 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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' ],