This commit is contained in:
2026-01-21 11:27:51 -05:00
commit f70af9b185
50 changed files with 17166 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{: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")}}}