We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1d297 commit c87d61eCopy full SHA for c87d61e
src/main/cljs/cljs/spec/test/alpha.cljc
@@ -305,8 +305,8 @@ spec itself will have an ::s/failure value in ex-data:
305
(fn [sym]
306
(do `(check-1 '~sym nil nil ~opts-sym)))))])
307
(throw
308
- (js/Error. (str "Require clojure.test.check "
309
- "before calling check.")))))))
+ (js/Error. (str "Require clojure.test.check and "
+ "clojure.test.check.properties before calling check.")))))))
310
311
(defmacro ^:private maybe-setup-static-dispatch [f ret conform! arity]
312
(let [arity-accessor (symbol (str ".-cljs$core$IFn$_invoke$arity$" arity))
0 commit comments