add some mocha tests to karma 10

This commit is contained in:
Manuel Araoz 2014-08-21 19:04:08 -04:00
commit 5206547a61
2 changed files with 20 additions and 17 deletions

View file

@ -68,6 +68,9 @@ module.exports = function(config) {
'test/test.performance.js',
'test/test.PrivateKey.js',
'test/test.PublicKeyRing.js',
'test/test.TxProposal.js',
'test/test.TxProposals.js',
'test/test.Wallet.js',
'test/unit/**/*.js',