Skip to content

Commit 9104e8a

Browse files
committed
loading the specs into the tests is too annoyin, just some eval comments for now
1 parent 9c97534 commit 9104e8a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/main/cljs/cljs/core/specs/alpha.cljc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,16 @@
243243
(s/fdef core/use-macros
244244
:args (s/+ (s/alt :libspec (quoted ::use-macros-libspec)
245245
:flag #{:reload :reload-all :verbose})))
246+
247+
(comment
248+
249+
(s/valid? ::ns-refer-global
250+
'(:refer-global :only [Date] :rename {Date MyDate}))
251+
252+
(s/valid? ::ns-refer-global
253+
'(:refer-global :only))
254+
255+
(s/valid? ::ns-require-global
256+
'(:require-global [jquery :as jq :refer [carousel] :rename {carousel car}]))
257+
258+
)

0 commit comments

Comments
 (0)