From 9049b6f6b1c7eeabdfc1831fa1fe46aab29e3587 Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Mon, 18 Aug 2025 17:38:18 +0200 Subject: [PATCH] Fix typo in validators.test.js Use `locale:` instead of `local:` for isPhoneNumber test. --- test/validators.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/validators.test.js b/test/validators.test.js index f73a48164..5ea6ff48a 100644 --- a/test/validators.test.js +++ b/test/validators.test.js @@ -8123,7 +8123,7 @@ describe('Validators', () => { ], }, { - local: 'en-LS', + locale: 'en-LS', valid: [ '+26622123456', '+26628123456',