aboutsummaryrefslogtreecommitdiff
path: root/tests.js
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-11-10 21:12:21 +1100
committerIan Coleman <coleman.ian@gmail.com>2016-11-10 21:12:21 +1100
commit439f0e252bb28e1b3a86935f48bff8cf87875494 (patch)
tree78852da3e670d4adc51af12d206e053960a214ff /tests.js
parent2dd6e8a969a61c01758bf8cd260b0ad9d696b86c (diff)
downloadBIP39-439f0e252bb28e1b3a86935f48bff8cf87875494.tar.gz
BIP39-439f0e252bb28e1b3a86935f48bff8cf87875494.tar.zst
BIP39-439f0e252bb28e1b3a86935f48bff8cf87875494.zip
Entropy types are clearly indicated in UI
Diffstat (limited to 'tests.js')
-rw-r--r--tests.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.js b/tests.js
index fed6278..f672cbd 100644
--- a/tests.js
+++ b/tests.js
@@ -2304,6 +2304,7 @@ page.open(url, function(status) {
2304 "dice", 2304 "dice",
2305 "base 10", 2305 "base 10",
2306 "hexadecimal", 2306 "hexadecimal",
2307 "cards",
2307 ]; 2308 ];
2308 for (var i=0; i<options.length; i++) { 2309 for (var i=0; i<options.length; i++) {
2309 var option = options[i]; 2310 var option = options[i];