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]
|
[taoensso.timbre :as log]
|
||||||
[status-im.utils.config :as config]
|
[status-im.utils.config :as config]
|
||||||
[status-im.react-native.js-dependencies :as js-dependencies]
|
[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
|
(when js/goog.DEBUG
|
||||||
(object/set js/console "ignoredYellowBox" #js ["re-frame: overwriting"]))
|
(object/set js/console "ignoredYellowBox" #js ["re-frame: overwriting"]))
|
||||||
|
|
Loading…
Reference in New Issue