File tree Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 55
66 :aliases
77 {:test
8- {:extra-deps {lambdaisland/kaocha {:git/url " https://github.com/lambdaisland/kaocha.git"
9- :sha " b0a70dc267ac60f5f80267747b6b0ff90fc2b4f3" }}}
8+ {:extra-deps {lambdaisland/kaocha {:mvn/version " 0.0-266" }}}
109
1110 :test-cljs
12- {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.238 " }
13- doo {:mvn/version " 0.1.8 " }}
11+ {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.439 " }
12+ doo {:mvn/version " 0.1.11 " }}
1413 :extra-paths [" test" ]
1514 :main-opts [" -m" " lambdaisland.ansi.cljs-test-runner" ]}
1615
1716 :dev
18- {:extra-paths [" dev" ]
19- :extra-deps {com.cemerick/pomegranate {:mvn/version " 1.0.0" }
20- ancient-clj {:mvn/version " 0.6.15" }
21- org.clojure/tools.deps.alpha {:mvn/version " 0.5.417" }
22- lambdaisland/nrepl {:mvn/version " 0.2.0"
23- :exclusions [org.clojure/tools.cli]}
24- ; ; temporary: latest master detects deps.edn
25- com.github.clojure-emacs/refactor-nrepl {:mvn/version " master-SNAPSHOT" }}}
26-
27- :cloverage
28- {:extra-deps {cloverage {:mvn/version " 1.0.10" }}
29- :main-opts [" -m" " cloverage.coverage" " --runner" " lambdaisland.kaocha" " --test-ns-path" " test" " --src-ns-path" " src" " --ns-exclude-regex" " if-not-set-it-does-not-work" ]}}
30-
31- :mvn/repos
32- {" central" {:url " https://repo1.maven.org/maven2/" }
33- " clojars" {:url " https://clojars.org/repo" }
34- " jitpack" {:url " https://jitpack.io" }}}
17+ {}}}
Original file line number Diff line number Diff line change 1- #kaocha
1+ #kaocha/v1
22{}
You can’t perform that action at this time.
0 commit comments