Skip to content

Commit cb24771

Browse files
Add :dev alias
During development, you usually want the `test` directory on your classpath. With Calva, I cannot use the existing `:test` alias since it has `main-opts`. Alternatively, we could extract the Kaocha runner from the `:test` alias to its own.
1 parent 3de5ded commit cb24771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps.edn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
cheshire/cheshire {:mvn/version "5.11.0"}
55
funcool/promesa {:mvn/version "10.0.594"}}
66
:paths ["src" "resources"]
7-
:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.64.1010"}}
7+
:aliases {:dev {:extra-paths ["test"]}
8+
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.64.1010"}}
89
:extra-paths ["test"]
910
:main-opts ["-m" "kaocha.runner"]}
1011
:build {:extra-paths ["resources"]

0 commit comments

Comments
 (0)