aboutsummaryrefslogtreecommitdiff
path: root/tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests.js')
-rw-r--r--tests.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests.js b/tests.js
index b43d1a1..1b1d445 100644
--- a/tests.js
+++ b/tests.js
@@ -2664,6 +2664,15 @@ page.open(url, function(status) {
2664 words: 27, 2664 words: 27,
2665 strength: "extremely strong", 2665 strength: "extremely strong",
2666 }, 2666 },
2667 // Next test was throwing uncaught error in zxcvbn
2668 {
2669 entropy: "ac2c3c4c5c6c7c8c9ctcjcqckcad2d3d4d5d6d7d8d9dtdjdqdkdah2h3h4h5h6h7h8h9hthjhqhkhas2s3s4s5s6s7s8s9stsjsqsksac2c3c4c5c6c7c8c9ctcjcqckcad2d3d4d5d6d7d8d9dtdjdqdkdah2h3h4h5h6h7h8h9hthjhqhkhas2s3s4s5s6s7s8s9stsjsqsks",
2670 type: "card (full deck, 52 duplicates: ac 2c 3c...)",
2671 events: 104,
2672 bits: 226,
2673 words: 54,
2674 strength: "extremely strong",
2675 },
2667 ]; 2676 ];
2668 // use entropy 2677 // use entropy
2669 page.evaluate(function() { 2678 page.evaluate(function() {