diff --git a/test/monger/test/js_test.clj b/test/monger/test/js_test.clj index 0548717..5153ee1 100644 --- a/test/monger/test/js_test.clj +++ b/test/monger/test/js_test.clj @@ -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"