Don't use removed test helper here
This commit is contained in:
parent
b1e874aa87
commit
5fb665e5eb
1 changed files with 0 additions and 3 deletions
|
|
@ -1,10 +1,7 @@
|
|||
(ns monger.test.js-test
|
||||
(:require monger.js
|
||||
[monger.test.helper :as helper]
|
||||
[clojure.test :refer :all]))
|
||||
|
||||
(helper/connect!)
|
||||
|
||||
(deftest load-js-resource-using-path-on-the-classpath
|
||||
(are [c path] (= c (count (monger.js/load-resource path)))
|
||||
62 "resources/mongo/js/mapfun1.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue