From dc4d56e9ed3021075dea239f51e45e0073fec86f Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 18:34:35 -0400 Subject: [PATCH] add some mocha tests to karma 3 --- karma.conf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index 88263ffd1..a998eef4e 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -61,7 +61,8 @@ module.exports = function(config) { //test files 'test/unit/**/*.js', 'test/test.blockchain.Insight.js', - 'test/test.HDParams.js' + 'test/test.HDParams.js', + 'test/test.HDPath.js' ],