Skip to content

Commit 220c095

Browse files
committed
Adding back old test runner
1 parent a0c19bf commit 220c095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deps.edn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
:aliases {:dev {:extra-paths ["src/com/clunk"]
1010
:extra-deps {http-kit/http-kit {:mvn/version "2.1.19"}
1111
org.clojure/data.json {:mvn/version "2.4.0"}}}
12-
:test {:extra-paths ["test/com/clunk"]
12+
:test {:extra-paths ["test"]
1313
:extra-deps {io.github.cognitect-labs/test-runner
14-
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}}
14+
{:git/url "https://github.com/cognitect-labs/test-runner.git"
15+
:sha "8c3f22363d63715de4087b038d79ae0de36a3263"}}
1516
:main-opts ["-m" "cognitect.test-runner"]
1617
:exec-fn cognitect.test-runner.api/test}}}

0 commit comments

Comments
 (0)