Files
lazygitclj/bb.edn
2026-01-21 17:49:39 -05:00

11 lines
477 B
Clojure

{:paths ["src" "test"]
:deps {io.github.ajet/clojure-tui {:local/root "../clojure-tui"}}
:tasks {start {:doc "Run lazygitclj"
:task (exec 'lazygitclj.core/-main)}
test {:doc "Run unit tests"
:task (load-file "test/run-tests.clj")}
test:unit {:doc "Run unit tests"
:task (load-file "test/run-tests.clj")}
test:e2e {:doc "Run e2e VHS tests"
:task (shell "test/e2e/run-all.sh")}}}