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 a0c19bf commit 220c095Copy full SHA for 220c095
deps.edn
@@ -9,8 +9,9 @@
9
:aliases {:dev {:extra-paths ["src/com/clunk"]
10
:extra-deps {http-kit/http-kit {:mvn/version "2.1.19"}
11
org.clojure/data.json {:mvn/version "2.4.0"}}}
12
- :test {:extra-paths ["test/com/clunk"]
+ :test {:extra-paths ["test"]
13
:extra-deps {io.github.cognitect-labs/test-runner
14
- {:git/tag "v0.5.0" :git/sha "b3fd0d2"}}
+ {:git/url "https://github.com/cognitect-labs/test-runner.git"
15
+ :sha "8c3f22363d63715de4087b038d79ae0de36a3263"}}
16
:main-opts ["-m" "cognitect.test-runner"]
17
:exec-fn cognitect.test-runner.api/test}}}
0 commit comments