Skip to content

Commit

Permalink
use test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
João Santiago committed Jan 23, 2022
1 parent 5f3c1dd commit 118ee21
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
:deps {org.clojure/clojure {:mvn/version "1.10.1"}}
:aliases
{:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.0.0"}}}
:runner
{:extra-deps {com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "b6b3193fcc42659d7e46ecd1884a228993441182"}}
:main-opts ["-m" "cognitect.test-runner"
"-d" "test"]}
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:jar {:extra-deps {seancorfield/depstar {:mvn/version "1.1.128"}}
:main-opts ["-m" "hf.depstar.jar" "bulgogi.jar"]}
:install {:extra-deps {slipset/deps-deploy {:mvn/version "0.1.1"}}
Expand Down

0 comments on commit 118ee21

Please sign in to comment.