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:
gnl 2018-08-28 19:21:07 +03:00 committed by Jakub Sokołowski
parent 728831c9c2
commit 15edcc3434
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -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"]))