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

@ -52,7 +52,6 @@
"mocha": "1.18.2",
"mocha-lcov-reporter": "0.0.1",
"node-cryptojs-aes": "0.4.0",
"sinon": "1.9.1",
"soop": "0.1.5",
"travis-cov": "0.2.5",
"uglifyify": "1.2.3"
@ -60,6 +59,7 @@
"dependencies": {
"mocha": "^1.18.2",
"mocha-lcov-reporter": "0.0.1",
"preconditions": "^1.0.7"
"preconditions": "^1.0.7",
"sinon": "1.9.1"
}
}