fix tests

This commit is contained in:
Michiel Borkent 2021-03-20 21:11:50 +01:00
parent f554a32dff
commit 3e860722f0

4
bb.edn.bak Normal file
View file

@ -0,0 +1,4 @@
{:paths ["test-resources/task_scripts"]
:tasks {:main-task {:task/type :main
:main tasks ;; this calls tasks/-main
:args [1 2 3]}}}