add skipped tests to mocha index page

This commit is contained in:
Gregg Zigler 2014-08-18 10:08:10 -07:00
commit ecf262ceea
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,8 @@
<script src="test.Wallet.js"></script>
<script src="test.WalletFactory.js"></script>
<script src="test.performance.js"></script>
<!--
-->
<script>
mocha.run();
</script>