cleanup namespace for cljs test helpers file
This commit is contained in:
parent
0a0bab144b
commit
72b16d1ab1
1 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,4 @@
|
|||
(ns com.rpl.specter.cljs-test-helpers
|
||||
(:require [clojure.test.check
|
||||
[generators :as gen]
|
||||
[properties :as prop]]))
|
||||
(ns com.rpl.specter.cljs-test-helpers)
|
||||
|
||||
;; it seems like gen/bind and gen/return are a monad (hence the names)
|
||||
(defmacro for-all+ [bindings & body]
|
||||
|
|
|
|||
Loading…
Reference in a new issue