aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-10-15 11:29:27 +1100
committerGitHub <noreply@github.com>2018-10-15 11:29:27 +1100
commit64425922ae0e36dc31565384c03a005cd5894632 (patch)
treeb10fc53875cab44689355aec6a22f9ad4cdd62b4 /tests/spec
parent8a516f55299a5a89dbd4e74b9927737feca460aa (diff)
parentcd4425ece76bec344b4dfdda27adcf634a1e02bb (diff)
downloadBIP39-64425922ae0e36dc31565384c03a005cd5894632.tar.gz
BIP39-64425922ae0e36dc31565384c03a005cd5894632.tar.zst
BIP39-64425922ae0e36dc31565384c03a005cd5894632.zip
Merge pull request #263 from skironDotNet/bitcoin-green
Added Bitcoin Green
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 892774b..4a4146c 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1319,6 +1319,13 @@ it('Allows selection of Artax', function(done) {
1319 }; 1319 };
1320 testNetwork(done, params); 1320 testNetwork(done, params);
1321}); 1321});
1322it('Allows selection of BitcoinGreen', function(done) {
1323 var params = {
1324 selectText: "BITG - Bitcoin Green",
1325 firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY",
1326 };
1327 testNetwork(done, params);
1328});
1322it('Allows selection of ANON', function(done) { 1329it('Allows selection of ANON', function(done) {
1323 var params = { 1330 var params = {
1324 selectText: "ANON - ANON", 1331 selectText: "ANON - ANON",