From c26558103efd228430f8437f68ee46c78ef8aceb Mon Sep 17 00:00:00 2001 From: Ezrqn Kemboi Date: Mon, 12 Aug 2019 15:50:00 +0300 Subject: [PATCH] chore(isPostalCode): add test cases for BR (#1082) --- test/validators.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/validators.js b/test/validators.js index 5fb514d7e..4c2e8541f 100644 --- a/test/validators.js +++ b/test/validators.js @@ -6734,6 +6734,14 @@ describe('Validators', () => { '22040-020', '39400-152', ], + invalid: [ + '79800A12', + '13165-00', + '38175-abc', + '81470-2763', + '78908', + '13010|111', + ], }, { locale: 'NZ',