add some mocha tests to karma 6
This commit is contained in:
parent
02df5d8cdf
commit
88bf042e3c
2 changed files with 13 additions and 12 deletions
|
|
@ -59,12 +59,14 @@ module.exports = function(config) {
|
|||
'test/mocha.conf.js',
|
||||
|
||||
//test files
|
||||
'test/unit/**/*.js',
|
||||
'test/test.blockchain.Insight.js',
|
||||
'test/test.HDParams.js',
|
||||
'test/test.HDPath.js',
|
||||
'test/test.LocalEncrypted.js',
|
||||
'test/test.Passphrase.js'
|
||||
'test/test.Passphrase.js',
|
||||
'test/test.PayPro.js',
|
||||
|
||||
'test/unit/**/*.js',
|
||||
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue