add tests for WebRTC and fix some mocha browser test problems

from now on you need to run "grunt shell --target=dev" to build the test
version of copay which you can run the mocha browser tests on, which includes
packages like sinon and soop.
This commit is contained in:
Ryan X. Charles 2014-06-11 19:39:13 -07:00
commit 434dad831d
3 changed files with 41 additions and 2 deletions

View file

@ -15,6 +15,7 @@
<script src="../lib/bitcore/browser/bundle.js"></script>
<script src="../js/copayBundle.js"></script>
<script src="test.blockchain.Insight.js"></script>
<script src="test.network.WebRTC.js"></script>
<script src="test.PrivateKey.js"></script>
<script src="test.PublicKeyRing.js"></script>
<script src="test.storage.LocalEncrypted.js"></script>