Skip to content

Commit

Permalink
fix(clean): clean work on BR postal code
Browse files Browse the repository at this point in the history
- fix issues relating to BR postal code
- add more tests
- closes #1014
  • Loading branch information
ezkemboi committed Aug 12, 2019
2 parents 98b2ca6 + 1be6b83 commit 6333c94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/validators.js
Expand Up @@ -6719,6 +6719,14 @@ describe('Validators', () => {
'22040-020',
'39400-152',
],
invalid: [
'79800A12',
'13165-00',
'38175-abc',
'81470-2763',
'78908',
'13010|111',
],
},
{
locale: 'NZ',
Expand Down

0 comments on commit 6333c94

Please sign in to comment.