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:
parent
c78b7101db
commit
434dad831d
3 changed files with 41 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue