|
@@ -3,6 +3,7 @@
|
|
|
[frontend.test.helper :as test-helper :include-macros true :refer [deftest-async]]
|
|
[frontend.test.helper :as test-helper :include-macros true :refer [deftest-async]]
|
|
|
[frontend.test.node-helper :as test-node-helper]
|
|
[frontend.test.node-helper :as test-node-helper]
|
|
|
[frontend.test.fixtures :as fixtures]
|
|
[frontend.test.fixtures :as fixtures]
|
|
|
|
|
+ [frontend.test.node-fixtures :as node-fixtures]
|
|
|
[frontend.handler.plugin-config :as plugin-config-handler]
|
|
[frontend.handler.plugin-config :as plugin-config-handler]
|
|
|
[frontend.handler.global-config :as global-config-handler]
|
|
[frontend.handler.global-config :as global-config-handler]
|
|
|
[frontend.schema.handler.plugin-config :as plugin-config-schema]
|
|
[frontend.schema.handler.plugin-config :as plugin-config-schema]
|
|
@@ -14,7 +15,7 @@
|
|
|
[clojure.string :as string]
|
|
[clojure.string :as string]
|
|
|
[frontend.handler.notification :as notification]))
|
|
[frontend.handler.notification :as notification]))
|
|
|
|
|
|
|
|
-(use-fixtures :once fixtures/redef-get-fs)
|
|
|
|
|
|
|
+(use-fixtures :once node-fixtures/redef-get-fs)
|
|
|
|
|
|
|
|
(defn- create-global-config-dir
|
|
(defn- create-global-config-dir
|
|
|
[]
|
|
[]
|