diff --git a/README.md b/README.md index 2670e33..8cdc708 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ clojure -M -m system Running the tests is a similar process to running the main application: ```bash -clojure -M:test -m kaocha.runner +clojure -M:test ``` ### Starting a development REPL diff --git a/deps.edn b/deps.edn index 097d80f..ba54d9c 100644 --- a/deps.edn +++ b/deps.edn @@ -6,4 +6,5 @@ clj-commons/clj-yaml {:mvn/version "0.7.107"} irclj/irclj {:mvn/version "0.5.0-alpha4"}} :aliases {:test {:extra-paths ["test"] - :extra-deps {lambdaisland/kaocha {:mvn/version "1.60.972"}}}}} + :extra-deps {lambdaisland/kaocha {:mvn/version "1.60.972"}} + :main-opts ["-m" "kaocha.runner"]}}}