add HDParams test to moch index, get rid of unused code that caused errors

This commit is contained in:
Gregg Zigler 2014-08-19 09:06:37 -07:00
commit e16492e64b
2 changed files with 11 additions and 19 deletions

View file

@ -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();