We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d859a48 commit a233ee6Copy full SHA for a233ee6
src/orchard/java.clj
@@ -440,4 +440,4 @@
440
441
This is a def for allowing others to wait for this workload to complete (can be useful sometimes)."
442
(future
443
- (initialize-cache!)))
+ (initialize-cache!)))
test/orchard/info_test.clj
@@ -3,11 +3,14 @@
3
[clojure.test :as test :refer [deftest is testing use-fixtures]]
4
[clojure.string :as str]
5
[orchard.info :as info]
6
+ [orchard.java :as java]
7
[orchard.misc :as misc]
8
[orchard.cljs.test-env :as test-env]
9
[orchard.meta :as meta]
10
[orchard.test-ns]))
11
12
+@java/cache-initializer ;; make tests more deterministic
13
+
14
(def ^:dynamic *cljs-params*)
15
16
(defn wrap-info-params
0 commit comments