add some mocha tests to karma 5
This commit is contained in:
parent
b0591caf7f
commit
02df5d8cdf
1 changed files with 3 additions and 1 deletions
|
|
@ -63,7 +63,9 @@ module.exports = function(config) {
|
||||||
'test/test.blockchain.Insight.js',
|
'test/test.blockchain.Insight.js',
|
||||||
'test/test.HDParams.js',
|
'test/test.HDParams.js',
|
||||||
'test/test.HDPath.js',
|
'test/test.HDPath.js',
|
||||||
'test/test.LocalEncrypted.js'
|
'test/test.LocalEncrypted.js',
|
||||||
|
'test/test.Passphrase.js'
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue