-
Notifications
You must be signed in to change notification settings - Fork 0
/
bb.edn
16 lines (16 loc) · 916 Bytes
/
bb.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{:paths ["src"]
:tasks
{test-bb
{:doc "Run babashka tests"
:extra-paths ["test"]
:extra-deps {org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
:git/sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}
org.clojure/test.check {:mvn/version "1.1.1"}
org.clojure/tools.namespace {:git/url "https://github.com/babashka/tools.namespace"
:git/sha "3625153ee66dfcec2ba600851b5b2cbdab8fae6c"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.0" :git/sha "b3fd0d2"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
cheshire/cheshire {:mvn/version "5.10.2"}
org.clj-commons/clj-http-lite {:mvn/version "1.0.13"}}
:requires ([cognitect.test-runner.api :as test-api])
:task (test-api/test {})}}}