Current section

Files

Jump to
ex_cldr_numbers config test.exs
Raw

config/test.exs

# In test mode we compile and test all locales
use Mix.Config
config :ex_cldr,
default_locale: "en",
locales: :all,
gettext: Cldr.Gettext,
precompile_transliterations: [{:latn, :arab}, {:arab, :thai}, {:arab, :latn}]
config :ex_unit,
case_load_timeout: 220_000,
timeout: 120_000