From e86f3b6b2619cc7fdf28213de0e6ff676a3e2d7e Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Mon, 19 Jun 2023 20:46:43 +0200 Subject: refactor(locale): cs_CZ state_abbr not applicable (#2140) --- src/locales/cs_CZ/location/state_abbr.ts | 6 +----- test/all_functional.spec.ts | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/locales/cs_CZ/location/state_abbr.ts b/src/locales/cs_CZ/location/state_abbr.ts index 62fad262..7646bbd1 100644 --- a/src/locales/cs_CZ/location/state_abbr.ts +++ b/src/locales/cs_CZ/location/state_abbr.ts @@ -1,5 +1 @@ -import states from './state'; - -// at the time of adding this I was not able to find -// any information on the existance of state abbreviations -export default states; +export default null; diff --git a/test/all_functional.spec.ts b/test/all_functional.spec.ts index c706a0ce..ec3bcd40 100644 --- a/test/all_functional.spec.ts +++ b/test/all_functional.spec.ts @@ -30,7 +30,7 @@ const BROKEN_LOCALE_METHODS = { }, location: { state: ['az', 'nb_NO', 'ro_MD', 'sk'], - stateAbbr: ['ro_MD', 'sk'], + stateAbbr: ['cs_CZ', 'ro_MD', 'sk'], streetName: [ 'af_ZA', 'ar', -- cgit v1.2.3