add HDParams test to moch index, get rid of unused code that caused errors
This commit is contained in:
parent
d5a64d0db0
commit
e16492e64b
2 changed files with 11 additions and 19 deletions
|
|
@ -25,11 +25,13 @@
|
|||
<script src="test.Wallet.js"></script>
|
||||
<script src="test.WalletFactory.js"></script>
|
||||
<script src="test.performance.js"></script>
|
||||
<script src="test.HDParams.js"></script>
|
||||
<script src="test.HDPath.js"></script>
|
||||
<script src="test.Passphrase.js"></script>
|
||||
<script src="test.TxProposal.js"></script>
|
||||
<script src="test.storage.File.js"></script>
|
||||
<!--
|
||||
Do not try to run test.storage.File.js in browser.
|
||||
It is only applicable to the node environment.
|
||||
-->
|
||||
<script>
|
||||
mocha.run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue