fix to work in browser

run unit tests and integration tests in PhantomJS
add JUnit reporter to unit test so CircleCI can show results
This commit is contained in:
Ivan Tivonenko
2015-12-23 23:49:52 +02:00
parent 896bf48c79
commit dc03c6e0ac
19 changed files with 392 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
'use strict';
function getAddress() {
return 'rQDhz2ZNXmhxzCYwxU6qAbdxsHA4HV45Y2';
}
function getSecret() {
return 'shK6YXzwYfnFVn3YZSaMh5zuAddKx';
}
module.exports = {
getAddress,
getSecret
};