Skip to content

Commit d3f13bb

Browse files
authored
Add style/indent to the tests macro
1 parent 5d81fde commit d3f13bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hyperfiddle/rcf.cljc

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ convenience, defaults to println outside of tests context."}
104104
(str/starts-with? (.getPath file) current-dir)))))
105105

106106
(defmacro tests [& body]
107+
{:style/indent 1}
107108
(let [body `(~@body nil) ; return nil like comment, unlike do
108109
name (gen-name &form)
109110
ns (if (:js-globals &env)

0 commit comments

Comments
 (0)