Skip to content

Commit f394da0

Browse files
authored
test(validators): remove duplicated test (#2137)
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.
1 parent cca678a commit f394da0

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

test/validators.js

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9162,35 +9162,6 @@ describe('Validators', () => {
91629162
'998900066506',
91639163
],
91649164
},
9165-
{
9166-
locale: ['en-ZA', 'be-BY'],
9167-
valid: [
9168-
'0821231234',
9169-
'+27821231234',
9170-
'27821231234',
9171-
'+375241234567',
9172-
'+375251234567',
9173-
'+375291234567',
9174-
'+375331234567',
9175-
'+375441234567',
9176-
'375331234567',
9177-
],
9178-
invalid: [
9179-
'082123',
9180-
'08212312345',
9181-
'21821231234',
9182-
'+21821231234',
9183-
'+0821231234',
9184-
'12345',
9185-
'',
9186-
'ASDFGJKLmZXJtZtesting123',
9187-
'010-38238383',
9188-
'+9676338855',
9189-
'19676338855',
9190-
'6676338855',
9191-
'+99676338855',
9192-
],
9193-
},
91949165
{
91959166
locale: 'en-SL',
91969167
valid: [

0 commit comments

Comments
 (0)