mirror of https://github.com/status-im/reagent.git
Remove duplicate test-results var
This commit is contained in:
parent
80e85329f5
commit
3d061329d8
|
@ -49,8 +49,6 @@
|
|||
(:fail res) " failures, " (:error res) " errors."])
|
||||
"testing")]))
|
||||
|
||||
(def test-results (r/atom nil))
|
||||
|
||||
(defn init! []
|
||||
(when (some? (test/deftest empty-test))
|
||||
;; Only run with :load-tests true
|
||||
|
|
Loading…
Reference in New Issue