Skip to content

Commit

Permalink
refactor(isISO4217): Enhance tests with lowercase examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpaya committed Aug 12, 2021
1 parent 84ed10b commit dc9042b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -9248,6 +9248,7 @@ describe('Validators', () => {
validator: 'isISO4217',
valid: [
'AED',
'aed',
'AUD',
'CUC',
'EUR',
Expand All @@ -9261,9 +9262,12 @@ describe('Validators', () => {
'',
'$',
'US',
'us',
'AAA',
'aaa',
'RWA',
'EURO',
'euro',
],
});
});
Expand Down

0 comments on commit dc9042b

Please sign in to comment.