{: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")}}}