mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
run unit tests and integration tests in PhantomJS add JUnit reporter to unit test so CircleCI can show results
15 lines
205 B
JavaScript
15 lines
205 B
JavaScript
'use strict';
|
|
|
|
function getAddress() {
|
|
return 'rQDhz2ZNXmhxzCYwxU6qAbdxsHA4HV45Y2';
|
|
}
|
|
|
|
function getSecret() {
|
|
return 'shK6YXzwYfnFVn3YZSaMh5zuAddKx';
|
|
}
|
|
|
|
module.exports = {
|
|
getAddress,
|
|
getSecret
|
|
};
|