Skip to content

Commit

Permalink
test move out to its own it() statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BigOsvaap committed Jan 7, 2022
1 parent 8eb1a1c commit 14aa576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -5751,7 +5751,9 @@ describe('Validators', () => {
'Zm9vYm/y====',
],
});
});

it('should validate base32 strings with crockford alternative', () => {
test({
validator: 'isBase32',
args: [{ crockford: true }],
Expand Down

0 comments on commit 14aa576

Please sign in to comment.