mirror of
https://github.com/status-im/status-react.git
synced 2025-01-13 12:36:11 +00:00
Add specs for clojure.core macros and special forms
This prevents errors like this from slipping by the compiler: Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
728831c9c2
commit
15edcc3434
@ -7,7 +7,8 @@
|
||||
[taoensso.timbre :as log]
|
||||
[status-im.utils.config :as config]
|
||||
[status-im.react-native.js-dependencies :as js-dependencies]
|
||||
[goog.object :as object]))
|
||||
[goog.object :as object]
|
||||
cljs.core.specs.alpha))
|
||||
|
||||
(when js/goog.DEBUG
|
||||
(object/set js/console "ignoredYellowBox" #js ["re-frame: overwriting"]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user