diff --git a/test/validators.js b/test/validators.js index 1eb4235f2..0c2fba2c0 100644 --- a/test/validators.js +++ b/test/validators.js @@ -5751,7 +5751,9 @@ describe('Validators', () => { 'Zm9vYm/y====', ], }); + }); + it('should validate base32 strings with crockford alternative', () => { test({ validator: 'isBase32', args: [{ crockford: true }],