Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Feb 25, 2024
1 parent b360785 commit c454b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test_helpers/component_tests_preload.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(ns test-helpers.component-tests-preload
{:dev/always true}
(:require
[reagent.core :as reagent]
;; NOTE: Do NOT sort i18n-resources because it MUST be loaded first.
[status-im.setup.i18n-resources :as i18n-resources]
#_{:clj-kondo/ignore [:unsorted-required-namespaces]}
Expand All @@ -15,7 +16,7 @@
should never be directly required. However, it will be loaded automatically
before any component test runs."
[]
(reagent.core/set-default-compiler! (reagent.core/create-compiler {:function-components true}))
(reagent/set-default-compiler! (reagent/create-compiler {:function-components true}))
(interceptors/register-global-interceptors)
(i18n/set-language "en")
(i18n-resources/load-language "en"))
Expand Down

0 comments on commit c454b53

Please sign in to comment.