-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
21 lines (21 loc) · 1.31 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{:paths ["src"]
:deps {}
:aliases {:test {:extra-paths ["test"]
:extra-deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:test-cljs {:extra-paths ["test"]
:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.60"}
olical/cljs-test-runner {:mvn/version "3.8.0"}}
:main-opts ["-m" "cljs-test-runner.main"
"-o" "test/cljs-test-runner-out"]}
:test-cljd {:extra-paths ["test"]
:extra-deps {org.clojure/clojure {:mvn/version "1.10.1"}
tensegritics/clojuredart
{:git/url "[email protected]:tensegritics/ClojureDart.git"
; or "https://github.com/tensegritics/ClojureDart.git"
:sha "234f06b3d91d3149acf00d429f6ad29610a5c5d0"}}
:main-opts ["-m" "cljd.build"]}}}