We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
style/indent
tests
1 parent 5d81fde commit d3f13bbCopy full SHA for d3f13bb
src/hyperfiddle/rcf.cljc
@@ -104,6 +104,7 @@ convenience, defaults to println outside of tests context."}
104
(str/starts-with? (.getPath file) current-dir)))))
105
106
(defmacro tests [& body]
107
+ {:style/indent 1}
108
(let [body `(~@body nil) ; return nil like comment, unlike do
109
name (gen-name &form)
110
ns (if (:js-globals &env)
0 commit comments