File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -459,6 +459,7 @@ test('Custom 64 chars', t => {
459
459
t . is ( string , 'NzLoPDi-JiAa' )
460
460
}
461
461
catch ( error ) {
462
+ console . log ( 'Error: ' + error )
462
463
t . fail ( )
463
464
}
464
465
@@ -476,6 +477,7 @@ test('Custom 32 chars', t => {
476
477
t . is ( string , 'mHRrbgQlTqF' )
477
478
}
478
479
catch ( error ) {
480
+ console . log ( 'Error: ' + error )
479
481
t . fail ( )
480
482
}
481
483
@@ -492,6 +494,7 @@ test('Custom 16 chars', t => {
492
494
t . is ( string , 'C7C90' )
493
495
}
494
496
catch ( error ) {
497
+ console . log ( 'Error: ' + error )
495
498
t . fail ( )
496
499
}
497
500
@@ -508,6 +511,7 @@ test('Custom 8 chars', t => {
508
511
t . is ( string , 'gbheeeahgc' )
509
512
}
510
513
catch ( error ) {
514
+ console . log ( 'Error: ' + error )
511
515
t . fail ( )
512
516
}
513
517
@@ -524,6 +528,7 @@ test('Custom 4 chars', t => {
524
528
t . is ( string , 'acaaggat' )
525
529
}
526
530
catch ( error ) {
531
+ console . log ( 'Error: ' + error )
527
532
t . fail ( )
528
533
}
529
534
@@ -540,6 +545,7 @@ test('Custom 2 chars', t => {
540
545
t . is ( string , 'TTTHHHTTTTTHTHHT' )
541
546
}
542
547
catch ( error ) {
548
+ console . log ( 'Error: ' + error )
543
549
t . fail ( )
544
550
}
545
551
You can’t perform that action at this time.
0 commit comments