-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
11 lines (11 loc) · 751 Bytes
/
deps.edn
File metadata and controls
11 lines (11 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
{:deps {prismatic/schema {:mvn/version "1.2.0"}
nubank/matcher-combinators {:mvn/version "3.3.1"}}
:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.945"}}
:extra-paths ["test/integration" "test/unit"]
:main-opts ["-m" "kaocha.runner"]}
:unit {:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.945"}}
:extra-paths ["test/unit"]
:main-opts ["-m" "kaocha.runner"]}
:integration {:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.945"}}
:extra-paths ["test/integration"]
:main-opts ["-m" "kaocha.runner"]}}}