From 14028e09c1366e95b1ce0160e15b2233f6f28cd1 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 18:53:42 -0400 Subject: [PATCH] add some mocha tests to karma 7 --- karma.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/karma.conf.js b/karma.conf.js index 7f54b76aa..5cdb6b1e0 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -65,6 +65,7 @@ module.exports = function(config) { 'test/test.LocalEncrypted.js', 'test/test.Passphrase.js', 'test/test.PayPro.js', + 'test/test.performance.js', 'test/unit/**/*.js',