Skip to content

Commit

Permalink
test(validators): remove duplicated test (#2137)
Browse files Browse the repository at this point in the history
not sure what happened there, when this was committed with 2e6cc37
The test here is just a "merged" test of the individual en-ZA and be-BY tests.
The individual tests themselves for en-ZA and be-BY are also still there and valid.
  • Loading branch information
pano9000 authored Jan 22, 2023
1 parent cca678a commit f394da0
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -9162,35 +9162,6 @@ describe('Validators', () => {
'998900066506',
],
},
{
locale: ['en-ZA', 'be-BY'],
valid: [
'0821231234',
'+27821231234',
'27821231234',
'+375241234567',
'+375251234567',
'+375291234567',
'+375331234567',
'+375441234567',
'375331234567',
],
invalid: [
'082123',
'08212312345',
'21821231234',
'+21821231234',
'+0821231234',
'12345',
'',
'ASDFGJKLmZXJtZtesting123',
'010-38238383',
'+9676338855',
'19676338855',
'6676338855',
'+99676338855',
],
},
{
locale: 'en-SL',
valid: [
Expand Down

0 comments on commit f394da0

Please sign in to comment.