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 2b8fb53Copy full SHA for 2b8fb53
src/hyperfiddle/rcf.cljc
@@ -103,7 +103,9 @@ convenience, defaults to println outside of tests context."}
103
(when-some [file (resolve-file env ns-sym)]
104
(str/starts-with? (.getPath file) current-dir)))))
105
106
-(defmacro tests [& body]
+(defmacro tests
107
+ {:style/indent 1}
108
+ [& body]
109
(let [body `(~@body nil) ; return nil like comment, unlike do
110
name (gen-name &form)
111
ns (if (:js-globals &env)
0 commit comments