File tree 1 file changed +7
-8
lines changed
src/main/com/fulcrologic/guardrails/malli
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 2
2
" Fulcro spec includes when-mocking! and provided!, which do stub checking via Clojure Spec. This ns has alternatives
3
3
that work for when you are stubbing functions that use Malli."
4
4
#? (:cljs (:require-macros [com.fulcrologic.guardrails.malli.fulcro-spec-helpers]))
5
- #? (:clj
6
- (:require
7
- [com.fulcrologic.guardrails.malli.registry :as gr.reg]
8
- [fulcro-spec.impl.macros :as im]
9
- [fulcro-spec.provided :as fsp]
10
- [fulcro-spec.spec :as ffs]
11
- [fulcro-spec.stub :as stub]
12
- [malli.core :as mc])))
5
+ (:require
6
+ #?@(:clj [[fulcro-spec.provided :as fsp]
7
+ [fulcro-spec.spec :as ffs]
8
+ [fulcro-spec.stub :as stub]
9
+ [fulcro-spec.impl.macros :as im]])
10
+ [com.fulcrologic.guardrails.malli.registry :as gr.reg]
11
+ [malli.core :as mc]))
13
12
14
13
#?(:clj (def original-conformed-stub fsp /conformed-stub ))
15
14
You can’t perform that action at this time.
0 commit comments