diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2018-10-15 11:29:27 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 11:29:27 +1100 |
commit | 64425922ae0e36dc31565384c03a005cd5894632 (patch) | |
tree | b10fc53875cab44689355aec6a22f9ad4cdd62b4 /tests/spec | |
parent | 8a516f55299a5a89dbd4e74b9927737feca460aa (diff) | |
parent | cd4425ece76bec344b4dfdda27adcf634a1e02bb (diff) | |
download | BIP39-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.js | 7 |
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 | }); |
1322 | it('Allows selection of BitcoinGreen', function(done) { | ||
1323 | var params = { | ||
1324 | selectText: "BITG - Bitcoin Green", | ||
1325 | firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY", | ||
1326 | }; | ||
1327 | testNetwork(done, params); | ||
1328 | }); | ||
1322 | it('Allows selection of ANON', function(done) { | 1329 | it('Allows selection of ANON', function(done) { |
1323 | var params = { | 1330 | var params = { |
1324 | selectText: "ANON - ANON", | 1331 | selectText: "ANON - ANON", |