diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-10-08 21:17:33 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-10-08 21:17:33 +0300 |
| commit | 06085b955bb2959a88844dae9f77a0f35ee6a8c5 (patch) | |
| tree | 3853ec6e9f12df52c567c4b496c967a27388d492 /bb.edn | |
| parent | 29c5b153843a29d5e0a7acf4fc78cd00a2c4f02f (diff) | |
Add test for babashka
Diffstat (limited to 'bb.edn')
| -rw-r--r-- | bb.edn | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +{:tasks + {test {:extra-paths ["src" "test"] + :extra-deps {io.github.cognitect-labs/test-runner + {:git/tag "v0.5.1" :git/sha "dfb30dd"}} + :task (exec 'cognitect.test-runner.api/test) + :exec-args {:dirs ["test"]} + :org.babashka/cli {:coerce {:nses [:symbol] + :vars [:symbol]}}}}} |
