diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-07-26 09:47:08 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-07-26 09:47:08 +1000 |
commit | 0afecfc73c8b700e99f91d8fe7ec063e7b0daf86 (patch) | |
tree | bde8765eb2db913b72bbd74ee2be7881baa34754 /tests | |
parent | 44a5d363c77e0330278f1fc14a13ae2a7b444c52 (diff) | |
download | BIP39-0afecfc73c8b700e99f91d8fe7ec063e7b0daf86.tar.gz BIP39-0afecfc73c8b700e99f91d8fe7ec063e7b0daf86.tar.zst BIP39-0afecfc73c8b700e99f91d8fe7ec063e7b0daf86.zip |
Test for HUSH network
Diffstat (limited to 'tests')
-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 b1e333c..19d6b32 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1264,6 +1264,13 @@ it('Allows selection of Callisto', function(done) { | |||
1264 | }; | 1264 | }; |
1265 | testNetwork(done, params); | 1265 | testNetwork(done, params); |
1266 | }); | 1266 | }); |
1267 | it('Allows selection of HUSH', function(done) { | ||
1268 | var params = { | ||
1269 | selectText: "HUSH - Hush", | ||
1270 | firstAddress: "t1g6rLXUnJaiJuu4q4zmJjoa9Gk4fwKpiuA", | ||
1271 | }; | ||
1272 | testNetwork(done, params); | ||
1273 | }); | ||
1267 | 1274 | ||
1268 | 1275 | ||
1269 | // BIP39 seed is set from phrase | 1276 | // BIP39 seed is set from phrase |