summaryrefslogtreecommitdiff
path: root/bb.edn
blob: 853255f6ae6ddb62a97853c2787c0dc542b626a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{:tasks
 {test:bb {:extra-paths ["src" "test"]
           :extra-deps {io.github.cognitect-labs/test-runner
                        {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
           :task (exec 'cognitect.test-runner.api/test)
           :exec-args {:dirs ["test"]}
           :org.babashka/cli {:coerce {:nses [:symbol]
                                       :vars [:symbol]}}}
  test:clj (clojure "-X:test-clj")
  test:cljs (clojure "-M:test-cljs")
  coverage (clojure "-M:coverage")}}