wip
This commit is contained in:
parent
5b9e3c3267
commit
3750ea0459
1 changed files with 6 additions and 0 deletions
|
|
@ -88,3 +88,9 @@
|
||||||
:all {:task/type :babashka
|
:all {:task/type :babashka
|
||||||
:args [:do :div-by-zero :or-do :sum]}}}
|
:args [:do :div-by-zero :or-do :sum]}}}
|
||||||
(is (= 6 (bb :all))))))
|
(is (= 6 (bb :all))))))
|
||||||
|
|
||||||
|
(deftest priotize-user-task-test
|
||||||
|
(is (map? (bb :describe)))
|
||||||
|
(with-config {:tasks {:describe {:task/type :babashka
|
||||||
|
:args ["-e" "(+ 1 2 3)"]}}}
|
||||||
|
(is (= 6 (bb :describe)))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue