diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2018-10-15 11:27:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 11:27:17 +1100 |
commit | 8a516f55299a5a89dbd4e74b9927737feca460aa (patch) | |
tree | f16f6acb46e0bc9f37cff5e0085ca9a3a780b980 /tests/spec | |
parent | 37f237239a0657e04dbfa5ad43587892d1402b24 (diff) | |
parent | 455886617dc867edfcc1733d38271f45f9589df4 (diff) | |
download | BIP39-8a516f55299a5a89dbd4e74b9927737feca460aa.tar.gz BIP39-8a516f55299a5a89dbd4e74b9927737feca460aa.tar.zst BIP39-8a516f55299a5a89dbd4e74b9927737feca460aa.zip |
Merge pull request #267 from anonymousbitcoin/master
Add ANON
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 acd8815..892774b 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 ANON', function(done) { | ||
1323 | var params = { | ||
1324 | selectText: "ANON - ANON", | ||
1325 | firstAddress: "AnU6pijpEeUZFWSTyM2qTqZQn996Zq1Xard", | ||
1326 | }; | ||
1327 | testNetwork(done, params); | ||
1328 | }); | ||
1322 | 1329 | ||
1323 | 1330 | ||
1324 | // BIP39 seed is set from phrase | 1331 | // BIP39 seed is set from phrase |