forked from xapix-io/axel-f
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.edn
19 lines (19 loc) · 1.23 KB
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#kaocha/v1
{:kaocha/tests [{:kaocha.testable/type :kaocha.type/clojure.test
:kaocha.testable/id :clj
:kaocha/ns-patterns ["-test$"]
:kaocha/source-paths ["src"]
:kaocha/test-paths ["test"]}
{:kaocha.testable/type :kaocha.type/cljs
:kaocha.testable/id :cljs
:kaocha/ns-patterns ["-test$"]
:kaocha/source-paths ["src"]
:kaocha/test-paths ["test"]
:cljs/repl-env cljs.repl.node/repl-env
;; :cljs/repl-env cljs.repl.browser/repl-env
:cljs/timeout 20000
:kaocha.plugin.capture-output/capture-output? false}]
:kaocha/fail-fast? false
:kaocha/color? true
:kaocha/plugins [:kaocha.plugin/capture-output]
:cloverage/opts {:codecov? true}}